Posts

Showing posts from November, 2020
Git Add file git add . hit enter Commit git commit -m "your local text" hit enter Push git push  origin branch-name  hit enter