Git For Window
Git For Window
ssh -T [email protected]
Step 5 : Add and Upload files to Github or Clone a Repository
in our local computer.
1. git init
Initilize a new git repository in the current directory.
3. git status
Show the status of changes as untracked, modified files.
6. git log
Displays a log of commits, showing commit message,
authors and timestamps.