my first repository on Git
change from my local computer. I don't like ☕. --------jugl
coomit to server from git command:
-
git init
-
git config user.name "someone"
-
git config user.email "someone@someplace.com"
-
git add *
-
git commit -m "some init msg"
-
git push