-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git Tutorial #22
Comments
This is a good tutorial I use ("Getting Started" page is helpful with examples): https://www.atlassian.com/git/tutorials |
This already exists in conflucence under
Currently this is also not exactly the most accessible (pretty clear considering most of us, me included, didn't know this existed until today), so we should definitely provide links to it. We should discuss whether to leave this on confluence or make a digital specific one and put it maybe elsewhere? |
Temporary tutorial git add .
git branch RouterJJM
git branch
git checkout RouterJJM
git commit -m "Router"
git push origin RouterJJM
git pull origin master
*** Push to main or a branch ***Pull Request |
Make a basic git tutorial for C2S2 members.
The text was updated successfully, but these errors were encountered: