User Tools

Site Tools


Writing /var/www/html/conf/plugins.local.php failed
git:daily_workflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
git:daily_workflow [2012/08/23 21:52]
jiggak created
— (current)
Line 1: Line 1:
-got a new task, branch name "work" could be anything 
-  git checkout -b work 
  
-edit, commit, edit, commit, edit, commit 
- 
-tested and ready to push upstream 
- 
-check to see if someone pushed upstream while I worked 
-  git checkout master 
-  git pull 
- 
-Already up to date? skip ahead to merge 
-Commits pulled in? we should rebase our work 
-  git checkout work 
-  git rebase master'' 
- 
-ready to merge and push 
-  git checkout master 
-  git merge work 
-  git push origin master'' 
git/daily_workflow.1345758760.txt.gz ยท Last modified: 2012/08/23 21:52 (external edit)