Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to use github to setup projects

 create a project in your GitHub account from the browser
 then use VS CODE or your terminal to clone your project "git clone URL"
 open your project and make any changes:
   1- 'git add .' // for add all file you changed
   2- 'git commit -m "your commit" '
   3- 'git push -u' to push your project
Comment

PREVIOUS NEXT
Code Example
Shell :: heroku cli install 
Shell :: bash read 
Shell :: crontab command 
Shell :: openni 2 ros package install 
Shell :: linux ping latency print on screen .sh file 
Shell :: remove all files in a directory linux 
Shell :: bash create symbolic link to other symbolic links 
Shell :: sed delete line before match 
Shell :: docker build from github repository 
Shell :: delete empty pdf page 
Shell :: docker NoRouteToHostException: No route to host (Host unreachable) 
Shell :: linux stress test 
Shell :: list files in cmd 
Shell :: How to install vscode on centos 8 
Shell :: material ui npm 
Shell :: Abort a Conflicting Merge in git command 
Shell :: if float less than bash 
Shell :: pull branch from remote to new local branch 
Shell :: linux service .net app 
Shell :: how to chekc jupyter lab version 
Shell :: bash sum float numbers 
Shell :: let latest commit hash 
Shell :: how to install windows service using batch file 
Shell :: zsh mac vi 
Shell :: ping redis server 
Shell :: verbose stack Error: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` 
Shell :: How to install NodeJs in CentOs? 
Shell :: git clone bare 
Shell :: bash keyboard shortcuts 
Shell :: check all background process in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =