Skip to content

Commit

Permalink
adapted fast forward mege explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
VILLAN3LL3 committed Apr 18, 2023
1 parent f57896f commit 2546a8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fast-forward-merge.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
$ git checkout master
$ git switch develop
$ git pull
$ git switch master
$ git pull
$ git merge develop --ff-only
$ git push

0 comments on commit 2546a8c

Please sign in to comment.