Typical Git workflow: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 50: Line 50:
</pre>  
</pre>  
A Branch is not available to the others unless you push the branch to your remote repository  
A Branch is not available to the others unless you push the branch to your remote repository  
<pre>git push origin tatasdk1
<pre>git push origin &lt;branch&gt;
</pre>  
</pre>  
'<br>
'<br>