Skip to content

Commit 394c528

Browse files
RonanRonan
authored andcommitted
fix notes
1 parent f772f39 commit 394c528

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

notes.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,12 @@ bash completion is a tool that puts branch in the command line
6868
//--noff skips fast forward merge
6969
git merge
7070

71-
//commit message during a conflict is saved to git folder, after resolving merge conflict, run "git commit" as it needs to finish the //current merge conflict, i.e. you cannot run 'git commit -m "message"'
71+
//commit message during a conflict is saved to git folder, after resolving merge conflict, run "git commit" as it needs to finish the //current merge conflict, i.e. you cannot run 'git commit -m "message"'
72+
73+
74+
//-u is only needed the first time
75+
git push -u
76+
77+
78+
//downloads the changes but stores in .git directory so you cant see anything locally, but all files and meta data have been downloaded
79+
git fetch

0 commit comments

Comments
 (0)