Jump to content

Typical Git workflow: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 15: Line 15:
1) get local copy of code<br>2) create a branch<br>3) edit files<br>4) add/commit changes to local machine<br>5) get back in sync with changes commited by others<br>6) push branch to remote git repository<br>7) merge local branch into local master<br>8) push local master to remote git repostiory  
1) get local copy of code<br>2) create a branch<br>3) edit files<br>4) add/commit changes to local machine<br>5) get back in sync with changes commited by others<br>6) push branch to remote git repository<br>7) merge local branch into local master<br>8) push local master to remote git repostiory  


<br>


'''For the TATAPowersed SDK we can set REPO and BRANCH as below:'''


'''For the TATAPowersed SDK we can set REPO and BRANCH as below:'''
REPO=git@github.com:RidgeRun/tata-sdk-dm36x<br>BRANCH=fixed-ip-address
REPO=git@github.com:RidgeRun/tata-sdk-dm36x<br>BRANCH=fixed-ip-address


== 1) Get a local copy of the code  ==
== 1) Get a local copy of the code  ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.