Skip to content

Simple script that synchronizes all your local git-repos with their respective remote repos

License

Notifications You must be signed in to change notification settings

Cengelsen/gitrell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitrell

What is this?

This is a simple script that "synchronizes" all your git-repos in a given folder with the remote repo.

How does it work?

It uses Shell-scripting to loop through your folders, and the branches of the repos in those folder, and performs git-commands to "synchronize" your local repo with your remote repo.

How do I run it locally?

  1. git clone https://github.com/Cengelsen/gitrell.git.
  2. Copy the file to a folder of repos.
  3. Make sure it's an executable, chmod +x gitrell.sh.
  4. Run the script.
  5. Sit back and enjoy :)

WARNING

There are scenarios described in the file that are currently not accounted for. Use at your own risk!

About

Simple script that synchronizes all your local git-repos with their respective remote repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages