On Github Account Site :
1. Create account github
2. Create repository
On Linux
- Enter directory what you want to add to github
- command : $git init
- command : $git add * you can add single file to upload with specific command : $git add name.extention
- command : $git status
- command : $git commit you can add message to noted what is new on script with this command $git commit -m "this is message"
- command : $git remote add origin https://github.com/loliktry/uuid.git that's just sample ofcourse you can make repository by your self.
- command : $git pull origin master
- command : $git push origin master
- Finish.
- Check on Account github in repository we can see what we was push in repo from linux box.
0 komentar:
Posting Komentar