Commit 70dcaec4 by amira

Merge branch 'master' of https://municipalitybank.com/mcx/devops

parents b2949233 f0e66b91
* first time
[create]
mkdir <repo>
cd <repo>
git init
git remote add -f origin <url>
[config]
git config core.sparseCheckout true
echo "sub/dir/" >> .git/info/sparse-checkout
[pull]
git pull origin master
* update remote
git add [for new files]
git commit -a
git push --set-upstream origin master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment