Install software–the version used in my computer now
- GitHub Desktop: Version 0.6.2, it works well with https://github.com/
- Git-2.13.1.2-64-bit from https://git-scm.com/, it must be installed for further extending other application.(not integrated in GitHub Desktop)
- Atom 1.18.0 x64 from https://atom.io/
- Eclipse Neon.3 from https://www.eclipse.org/downloads/
Work together for git
- coding, writing without compilation
Atom + GitHub Desktop - coding and compilation and run
Eclipse + GitHub Desktop
Work independently
Atom: integrated tool–GitHub
It is for git repository, not normal project, so I have to create a new repository.
Then I can git like GitHub Desktop but not so simple: save file–stage all–commit–push.
Eclipse: integrated tool–EGit
I can trigger it like figure below.
Then do the steps like Atom.