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 :: bash: ./runapp.sh: Permission denied 
Shell :: git clone set directory 
Shell :: how to download jira 
Shell :: install grub efi arch 
Shell :: centos history rollback 
Shell :: linux "Error: Timeout was reached" 
Shell :: git add removed files 
Shell :: npm uninstall multiple packages 
Shell :: bash: count number of lines 
Shell :: how to commit to main branch in git 
Shell :: list threads in process ubuntu 
Shell :: make directory to be owned by group ubuntu 
Shell :: push only one commit git 
Shell :: github auto close issue 
Shell :: ssh login using rsa 
Shell :: pterodactyl panel update 
Shell :: docker container network troubleshoot 
Shell :: install mongoes 
Shell :: command to check python version in MacOS 
Shell :: creating bucket in aws cli 
Shell :: bash read input 
Shell :: Authentication failed for tfs git 
Shell :: keytool check for keys in keystore 
Shell :: dbeaver see real password 
Shell :: linux keyboard layout cli 
Shell :: ssh tunnel map 
Shell :: linux how to remove all files with grep 
Shell :: linux set environment 
Shell :: git stage all 
Shell :: mkdir -p parameter 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =