Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uploading a folder to github

     git init
     git add <folder1> <folder2> <etc.>
     git commit -m "Your message about the commit"
     git remote add origin https://github.com/yourUsername/yourRepository.git
     git push -u origin master
     git push origin master  
Comment

PREVIOUS NEXT
Code Example
Shell :: docker image convert to tar 
Shell :: install all dependencies npm 
Shell :: linux video player 
Shell :: Cannot make for rpm, the following external binaries need to be installed: rpmbuild 
Shell :: bash go to home directory 
Shell :: filter npm audit only high 
Shell :: moving files in terminal 
Shell :: command to install PHP on Ubuntu 
Shell :: Delete all running and stopped containers 
Shell :: changing master to main 
Shell :: get users linux 
Shell :: error during global initialization mongodb 
Shell :: install kafka windows 
Shell :: linux umount command 
Shell :: adb install apk 
Shell :: free todo linux 
Shell :: git clone with folder name 
Shell :: delete directory mac terminal 
Shell :: No package mongodb-org available. 
Shell :: how to upload code to github 
Shell :: how to logout in linux kali 
Shell :: git push ci skip 
Shell :: debian backports 
Shell :: create strapi app 
Shell :: git clone specific branch 
Shell :: Install-Package MailKit 
Shell :: hw to login to git 
Shell :: total disk space in linux 
Shell :: access wsl filesystem from windows 
Shell :: sudo shutdown 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =