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:
STAGE2- LEVEL1-MISSION 2: ANIMATION
Presentation
LIBRARIES LIBRARIANS
Presentation
WORLD WILDLIFE DAY
Presentation
FOOD AND NUTRITION
Presentation
IAU@HLPF2019
Presentation
SPRING IN THE FOREST 2
Presentation
HUMAN RIGHTS
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!