Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github git clone

to pull project from github to your local machine :
1-create a repo on  github 
2-open the repo and go to repo code , click on the green button "Code"
3-copy the link "SSH" or "HTTPS" 
4-go to your command line app on your machine 
5-run this command : git clone (Link from  step 3)
6-press Enter and you will have your project locally 
<!--->
if you alrady did that and you just want to pull the changes from your github 
just open your command line app and go to the project path or directory 
then : git pull origin main || git pull origin " any branch Name"
this will pull all changes that you don't have them locally
Comment

git clone https://github.com/git/git

you should install the git application for first, link is given below
https://git-scm.com/downloads
Comment

PREVIOUS NEXT
Code Example
Shell :: jenkins as docker container 
Shell :: fedora error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory 
Shell :: npm install, npm install for web developer 
Shell :: linux copy directory 
Shell :: linux clear command 
Shell :: merge master into feature branch 
Shell :: git create new repo from branch 
Shell :: search command in powershell 
Shell :: git interactive rebase 
Shell :: open rdp port windows 10 using command line 
Shell :: github new repo 
Shell :: touch linux 
Shell :: gitignore specific file 
Shell :: checkout git specific commit 
Shell :: github change commit date 
Shell :: powershell and command 
Shell :: github max file size 
Shell :: Syntax error: word unexpected (expecting "in") 
Shell :: terraform 
Shell :: Installing Dradis 
Shell :: ubuntu battery and network utilities install 
Shell :: start . command 
Shell :: create vite app 
Shell :: libSSH Exploit 
Shell :: powershell get all unlinked gpo 
Shell :: broken symlinks were found is this a problem 
Shell :: nohup run node/npm 
Shell :: find directory spend inodes 
Shell :: lancer gradle en bash 
Shell :: git tag finalize app 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =