Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 515 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 515 Bytes

Coding-Kickoff-2024

Welcome to Coding Kickoff 2024!

This is the git portion of the workshop.

Here are the basic commands that you will be introduced to:

- git init 
- git clone
- git add 
- git commit 
- git push
- git branch 
- git checkout 
- git pull
- git merge 
- git stash
- git status 
- git log
- git revert
- git reset

Other useful git things to know:

Good commit message practices

Good git workflow

Pull Request/Merge Request