1
0
Fork 0
TheBigWarehouse/BigBoxOfVCS.md

8 lines
626 B
Markdown
Raw Permalink Normal View History

2015-05-01 06:41:22 +00:00
# The Big Box of VCS
This box contains a bunch of resources that are related to version control systems like git and SVN.
## Git
- [First Aid Git](http://ricardofilipe.com/projects/firstaidgit/#/) - Searchable FAQ. Has questions like "How do I do x?"
2015-07-06 11:07:34 +00:00
- [git-hub](https://github.com/ingydotnet/git-hub) - Augment your git installation with the `hub` subcommand that lets you interact with the GitHub REST api
2016-10-04 09:10:26 +00:00
- [The BFG](https://rtyley.github.io/bfg-repo-cleaner/) - A fantastic tool to remove things like large files and other secrets from your git commit history. Much faster and simpler to use that `git filter-branch`.