File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232Makefile
3333
3434# Win32-specific ignores
35+ Debug /
36+ Release /
3537binary /
3638build /
3739Nethack.sln
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ you specify:
3232-pretty=one: format output as a single line for each entry
3333(branch): show the commits from (branch) instead of the current one
3434
35+ [*] git log --pretty=one --decorate --graph --all
36+
37+ (This is best explained by executing and looking at the output.)
38+
3539
3640[*] git add (filename)
3741[*] git nhadd (filename)
@@ -101,10 +105,10 @@ the prior commit.
101105[/end area-of-concern]
102106
103107
104- [*] git fetch [-a ]
108+ [*] git fetch [--all ]
105109
106110Retrieve commits from the remote repository to your machine.
107- Including -a will get commits for all branches.
111+ Including --all will get commits for all branches.
108112Does NOT merge them into your local repository.
109113
110114
You can’t perform that action at this time.
0 commit comments