Horje
how to use github to setup projects Code Example
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




Shell

Related
influxdb 2.0 delete measurement Code Example influxdb 2.0 delete measurement Code Example
ubuntu list ssh keys Code Example ubuntu list ssh keys Code Example
how to undo a commit sent that was pushed Code Example how to undo a commit sent that was pushed Code Example
makefile parameter Code Example makefile parameter Code Example
git checkout -f Code Example git checkout -f Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11