Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- git config --list --show-origin
- git config --global user.name "Denis Hokxc"
- git config --global user.email [email protected]
- git init
- git config --global user.name "Your Name"
- git config --global init.defaultBranch main
- git add .
- git commit -m "Initial Commit"
- git status
- git branch -m master main
- git status
- git switch main
- Слияние веток
- git switch style
- git merge main
- ssh-keygen
- cat ~/.ssh/cat id_rsa.pub
- git remote add origin [email protected]:pd/asterisklocal.git
- git remote -v
- git remote remove origin
- git branch --set-upstream-to=origin/main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement