sync website to repo
7/9/2021
One-minute read
User story
In order to make the website available for the team to edit
I need to sync the files with a git repo (accessable to the team)
while currently I can only edit on my local workstation alone
acceptance criteria:
- I have a
prepare
…
ensure empty directories will be transferred
…
initialize
git init
git add .
git commit -a -m "initial"
…
connect to remote
git remote add origin https://kabeqcom@dev.azure.com/kabeqcom/blog404/_git/maps002
git push -u origin --all