kaloian
4/28/2020 - 8:43 PM

Git comands

Clonning a repo
git clone https://github.com/tr1s/tris-shopify-webpack-boilerplate.git

Disconnect from a repo
rm -rf .git 

Overwrite changes on the repo with push
git push -f origin master

git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/koravski/strapi-tribble.git
git push -u origin master