Skip to content

Instantly share code, notes, and snippets.

View tidalgo22's full-sized avatar
🏠
Working from home

Rheman Tidalgo tidalgo22

🏠
Working from home
View GitHub Profile
@tidalgo22
tidalgo22 / Git Commands
Last active April 17, 2018 06:22
Git commands
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