|
|
|
|
|
by Smotko
2876 days ago
|
|
I felt the same way as you do, I used the git CLI directly and could never use a git GUI. But then I figured out that Atom's git integration is actually quite neat and I started using it mostly to do `git add -i` as it makes staging files or parts of files really easy. I still don't trust it with pushing/pulling, switching branches etc. so I still drop to the command line for those, but the atom git integration is incredibly useful for seeing your changes and committing a particular part of them. |
|