Selasa, 27 Desember 2016

How To Use Git on oh-my-zsh version



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]

How To Use Git on oh-my-zsh version Rating: 4.5 Diposkan Oleh: loliktry

0 komentar:

Posting Komentar

Entri yang Diunggulkan

How To Use Git on oh-my-zsh version

Popular Posts