Oline IT:Blog
Innovation Technology
Saturday, June 15, 2024
How to merge a branch to main branch in Github.
In Terminal or Command Prompt:
git checkout main
[switch to main branch]
git pull origin main
[grab latest updates from main branch]
git merge master merge
[master branch to your main branch]
git push origin main
[push your changes to main]
Newer Posts
Older Posts
Home
View mobile version
Subscribe to:
Comments (Atom)
Replace old IP with New one in Direct Admin
./ipswap.sh Old_IP New_IP for example: ./ipswap.sh 35.224.2.88 104.197.113.37