Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Sync github repo

  • Public
By BioJoker 1977 days ago
http://stackoverflow.com/questions/6373277/git-sync-local-repo-with-remote-one This makes your local repo exactly like your remote repo. Remember to replace origin and master with the remote and branch that you want to synchronize with. git fetch origin git reset --hard origin/master git clean -f -d