This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/..... | |
git add index.html - adding the file for commit. | |
git status - checks the changes | |
git commit -m "added index.html" | |
git push - will sync it to your repository | |
git pull - pulling down the github files to your working directory. | |
git reset <file or dir> - reset add | |
git reset - reset all add |