Learing Git and github
- git clone + "repo link"
- git status "show status in this directry"
- working diectory -> git add ->staging area ->git commit ->local repo ->git push ->remote repo
- to delete file from stading "git head reset +file name "
- git commit -m + "commit message "
- git branch (how many brances in local)
- git remote -v -> Remote name
- git psuh + Remote name + Branch name