|
|
|
|
|
by epochwolf
5453 days ago
|
|
Git requires a bit of a learning curve to use but it's gotten far simpler than subversion for me. I used subversion for years before using git. I refuse to go back. If you always want to commit everything use `git add . && git commit -a`. |
|