Jump to content

Typical Git workflow: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 26: Line 26:


== 1) Get a local copy of the code  ==
== 1) Get a local copy of the code  ==
 
<pre>git clone $REPO.git tatasdk
git clone $REPO.git tatasdk


OR
OR


git clone $REPO.git tatasdk
git clone $REPO.git tatasdk</pre>
 
'''Creating the Working copy of the local repository by running the command:'''  
'''Creating the Working copy of the local repository by running the command:'''
<pre>git clone path/to/repository</pre>
git clone path/to/repository
<br>  
 
<br>
 


<br>


'<br>
'<br>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.