Skip to content

jlatt/git-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

This project is a set of useful scripts for team collaboration using git.

Workflows

Personal Branch

  1. Create a branch.
  2. Work, commit, &c.
  3. Arrange changes logically using git local-rebase (optional)
  4. git upstream-rebase
  5. git upstream-push

Shared Branch

  1. Create a branch.
  2. git share-branch
  3. Use the Personal Branch workflow. Repeat.
  4. git merge-into origin/master
  5. Handle any conflicts.
  6. git push origin HEAD:master

About

git workflow scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages