Zack Saadioui
4/17/2025
1
git init
1
README.md
1
index.js
1
2
bash
git remote add origin https://github.com/yourusername/your-repo-name.git
1
2
3
bash
git add .
git commit -m "Your commit message here"
1
2
bash
git push -u origin master
1
2
bash
git checkout -b feature/your-feature-name
1
2
bash
git checkout master
1
2
bash
git merge feature/your-feature-name
1
2
bash
git push origin master
1
Command + K
1
Reference Open Editors
Copyright © Arsturn 2025