1. Make new branch
$gc -b [name_of_your_new_branch]
==> git checkout -b [name_of_your_new_branch]
$gs
==> git status
2. Add the file what want to commit
$ga [file_name] or use for all file on directori use : ga .
==> git add -A
$gs
3. Commit the file what was we add
$gm "message" [nama_file]
==> git commit -m
$gs
4. Adding remote repository branch
$gra origin [link_of_github_repository]
==> git remote add
$gs
5. Push to the github
$gp -u origin [name_of_your_new_branch]
0 komentar:
Posting Komentar