Skip to content

When you need to checkout the same branch on multiple repo at the same time

License

Notifications You must be signed in to change notification settings

nicosouv/git-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Why this script?

I sometimes work on a multi-repositories project. So I needed to checkout the same branch on all my repos (like master)

Once installed, you can go to the main directory (not a git one) then type git-checkout master (and pop option if you want to perform a git stash pop after the checkput) and it'll tell you everything.

Install

  • Create the file on the directory of your choice
  • Type (on a terminal): $ chmod +x git-checkout
  • Then type: $ mv git-checkout /usr/local/bin/git-checkout to have it available

About

When you need to checkout the same branch on multiple repo at the same time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages