IAC - Version Control
CtrlK
GIT
GIT
  • Background
    • Install on Windows
      • GIT GUI
      • Terminal
    • Install on Linux
  • Worked Example
    • Initializing Git
    • Config Parameters
    • Add and Restore
    • Commit
    • Diff
    • Log
    • Tag and Version
    • Blame
    • Undoing Changes
    • Other considerations
  • Exercise
Powered by GitBook
On this page
  1. Background
  2. Install on Windows

GIT GUI

If you run GIT GUI, you will get a screen similar to

I'll get back to this in the next step!

PreviousInstall on WindowsNextTerminal