GitHub Workflow
Vicki D Bealman
Created on August 23, 2022
Over 30 million people build interactive content in Genially.
Check out what others have designed:
EIDIKO JEWELRY
Presentation
ANCIENT EGYPT FOR KIDS PRESENTATION
Presentation
A GLIMPSE INTO CAPE TOWN’S PAST
Presentation
ALTERNATIVE DIETS
Presentation
MUSIC PROJECT
Presentation
Coca-Cola Real Magic
Presentation
GEO PROJECT (SINGAPORE)
Presentation
Transcript
Upload Code to GitHub Fast & Easy
GitHub
Dr. Vicki Bealman
01
FROM TERMINAL OR COMMAND LINE
4 Simple Git Commands
URL of GitHub Repository on GitHub.com
git-remote-add
git remote add origin git-repository-url
Set remote origin: URL of GitHub Repository
adds everything to staging
git add .
git add .
git add
Commits staged changes with message inside quotes
git commit -m "message"
git commit -m "your message"
Commit
Pushes your committed code to GitHub Repo
git push -u origin master
git push -u origin master
Push
git push -u origin master
git commit -m "message"
git add .
push commited code to GitHub
add to staging
Git Workflow
commit added code
code in VS Code
Lorem ipsum dolor sit amet
THANK YOU!