Notes from Git workshop
git clone url/repo.git
cd repo
# make some changes to file.md
git add file.md
git commit -m "Important change"
git push
Notes from Git workshop
git clone url/repo.git
cd repo
# make some changes to file.md
git add file.md
git commit -m "Important change"
git push