Practical git working environment on Win10

Install software–the version used in my computer now

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.
atom_menu.png

Then I can git like GitHub Desktop but not so simple: save file–stage all–commit–push.
atom_do.png

Eclipse: integrated tool–EGit

I can trigger it like figure below.
eclipse-do.png

Then do the steps like Atom.