Our school Unity project. May the soul who made Git Bash burn in the deepest hole of hell.
This is how to use this in Git Bash:
git init // Local repo init
git branch -M branchname // Do needed local branch stuff
git remote add remotename https://github.com/Angrock/Kresiki/ // Add remote repo to Bash
git add . // Add all files from local repo to commit
git commit -m "commitcomment" // Make a commit
git pull remotename // Fetch files from remote repo
git push remotename // Push files to remote repo
git status // Check modified files
To push files to other branch, use git branch -M otherbranchname
Repeat above steps starting from git add ., skip git pull if no changes from other people in remote repo
By Ango, cubecrusher (ↄ) 2021, No rights reserved