Zack Saadioui
4/17/2025
1
git init1
README.md1
index.js1
2
bash
git remote add origin https://github.com/yourusername/your-repo-name.git1
2
3
bash
git add .
git commit -m "Your commit message here"1
2
bash
git push -u origin master1
2
bash
git checkout -b feature/your-feature-name1
2
bash
git checkout master1
2
bash
git merge feature/your-feature-name1
2
bash
git push origin master1
Command + K1
Reference Open EditorsCopyright © Arsturn 2025