change location of 'git branch -v'
This commit is contained in:
parent
6321e126bb
commit
1c92bc8b35
@ -215,21 +215,6 @@ Deleted branch testing (was 78b2670).
|
|||||||
* <span class="green">master</span>
|
* <span class="green">master</span>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h4>
|
|
||||||
git branch -v
|
|
||||||
<small>see the last commit on each branch</small>
|
|
||||||
</h4>
|
|
||||||
|
|
||||||
<p>If we want to see last commits on each branch
|
|
||||||
we can run <code>git branch -v</code> to see them.</p>
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
<b>$ git branch -v</b>
|
|
||||||
* <span class="green">master</span> 54b417d fix javascript issue
|
|
||||||
development 74c111d modify component.json file
|
|
||||||
testing 62a557a update test scripts
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
git push (remote-name) :(branchname)
|
git push (remote-name) :(branchname)
|
||||||
<small>delete a remote branch</small>
|
<small>delete a remote branch</small>
|
||||||
@ -337,6 +322,21 @@ HelloWorld.hello
|
|||||||
switch to it so your class renaming changes are isolated. We're going to
|
switch to it so your class renaming changes are isolated. We're going to
|
||||||
change each instance of 'HelloWorld' to 'HiWorld'.</p>
|
change each instance of 'HelloWorld' to 'HiWorld'.</p>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
git branch -v
|
||||||
|
<small>see the last commit on each branch</small>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
<p>If we want to see last commits on each branch
|
||||||
|
we can run <code>git branch -v</code> to see them.</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<b>$ git branch -v</b>
|
||||||
|
* <span class="green">master</span> 54b417d fix javascript issue
|
||||||
|
development 74c111d modify component.json file
|
||||||
|
testing 62a557a update test scripts
|
||||||
|
</pre>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<b>$ git checkout -b change_class</b>
|
<b>$ git checkout -b change_class</b>
|
||||||
Switched to a new branch 'change_class'
|
Switched to a new branch 'change_class'
|
||||||
|
Loading…
Reference in New Issue
Block a user