Command1 Git Commands git init & add remote echo "# stocksellnbuy" >> README.md git init git add README.md git commit -m "first commit" git remote add origin git@github.com:s2motion/stocksellnbuy.git git push -u origin master add /*stages all changes */ git add -A /* stages new files and modifications, without deletions */ git add . /* stages modifications and deletions, without new files */ git add -u ignore touch ... 2022. 5. 30. 이전 1 다음