Sabtu, 16 April 2016

Create Github Repository with Git in Linux - Command Line instruction

On Github Account Site :

1. Create account github
2. Create repository

On Linux

  1. Enter directory what you want to add to github
  2. command : $git init
  3. command : $git add *  you can add single file to upload with specific command : $git add name.extention
  4. command : $git status
  5. command : $git commit you can add message to noted what is new on script with this command $git commit -m "this is message"
  6. command : $git remote add origin https://github.com/loliktry/uuid.git that's just sample ofcourse you can make repository by your self.
  7. command : $git pull origin master
  8. command : $git push origin master  
  9. Finish.
  10. Check on Account github in repository we can see what we was push in  repo from linux box.

Create Github Repository with Git in Linux - Command Line instruction Rating: 4.5 Diposkan Oleh: loliktry

0 komentar:

Posting Komentar

Entri yang Diunggulkan

How To Use Git on oh-my-zsh version

Popular Posts