- git init
- touch .gitignore
- *.exe
- .vscode/
- git add .
- git commit -m "something"
- git remote add origin https://github.com/KminuShin/test.git
- git branch -M main
- git push -u origin main
- (go to another computer)
- git clone https://github.com/KminuShin/test.git
- (each time after edit)
- git status
- git add .
- git commit -m "something"
- git push
- (go to another computer)
- git pull
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.