Skip to content

adamstiefel/GitHub-Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

GitHub-Commands

GitHub Commands for easy reference

Push:

git init

git add -A

git commit -m ''

git push -u -f origin main

Delete .DS_Store from github

git rm --cached .DS_Store

Add Origin

git remote add origin https://github.com/yourRepoLinkHere/example-website.git

Setup Git (If you get a new computer etc)

$ git config user.name "Your Name"

$ git config user.email "youremail@yourdomain.com"

$ git config user.username "yourUsername"

Confirm

git config --list

About

GitHub Commands for easy reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published