Labs/Jetpack/FlightDeck/Contribution: Difference between revisions

Line 112: Line 112:


#checkout to the branch you want to fix  
#checkout to the branch you want to fix  
#*master for current development <pre>git checkout master; git pull origin master</pre>
#*master for current development <pre>git checkout master; git pull main master</pre>
#*release-# branches for fixing the release <pre>git checkout release-1.0a3; git pull origin release-1.0a3</pre>
#*release-# branches for fixing the release <pre>git checkout release-1.0a3; git pull origin release-1.0a3</pre>
#fetch current remote branches <pre>git fetch</pre>
#fetch current remote branches <pre>git fetch</pre>
Confirmed users
514

edits