File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 664
664
front of the branch that we don't want to see. For instance, if we want
665
665
to see the commits that are in the 'erlang' branch that are not in the
666
666
'master' branch, we can do < code > erlang ^master</ code > , or vice versa.
667
+ Note that the Windows command-line treats < code > ^</ code > as a special
668
+ character, in which case you'll need to surround < code > ^master</ code >
669
+ in quotes.
667
670
</ p >
668
671
669
672
< pre >
Original file line number Diff line number Diff line change 94
94
</ h4 >
95
95
96
96
< p > If you want to share a locally created repository, or you want to take
97
- contributions from someone elses repository - if you want to interact in
97
+ contributions from someone else's repository - if you want to interact in
98
98
any way with a new repository, it's generally easiest to add it as a remote.
99
99
You do that by running < code > git remote add [alias] [url]</ code > . That
100
100
adds < code > [url]</ code > under a local remote named < code > [alias]</ code > .</ p >
You can’t perform that action at this time.
0 commit comments