Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github add directory to repository

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

Add 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 :: yum downgrade php 
Shell :: git log with simple graph 
Shell :: get path of command 
Shell :: get ip address in powershell specifically 
Shell :: browser sync for linux 
Shell :: curl download file without output 
Shell :: How to start a service with systemctl command 
Shell :: shell comments 
Shell :: undo merge 
Shell :: git push asking for username after setting up ssh key 
Shell :: générer clef ssh 
Shell :: upgrade ubuntu command line 
Shell :: list files in git 
Shell :: install composer 
Shell :: gen_random_uuid() does not exist 
Shell :: git go back to previous commit temporarily 
Shell :: meteor uninstall 
Shell :: install firebase on flutter 
Shell :: clock skew detected 
Shell :: find exclude 
Shell :: docker remove container 
Shell :: firebase kill port 
Shell :: git push and pull not asking password 
Shell :: wsl2 taking much memory 
Shell :: scp local to remote 
Shell :: mkdir rm folder 
Shell :: cara install laravel 
Shell :: vagrant box remove version 
Shell :: ssh git clone 
Shell :: build docker file with no cache 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =