Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git - upload local folder to git repo

cd yourLocalFolder
git init
git remote add origin https://github.com/<yourLogin>/<yourRepository>.git
git add .
git commit -m "Initial commit"
git push -u origin master
Comment

git - upload local folder to git repo

cd yourLocalFolder
git init
git remote add origin https://github.com/<yourLogin>/<yourRepository>.git
git add .
git commit -m "Initial commit"
git push -u origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: ansible lineinfile 
Shell :: fatal: remote origin already exists. 
Shell :: google-chrome in ubuntu 
Shell :: install activitywatch ubunut 
Shell :: bash home 
Shell :: git tag checkout 
Shell :: github activity graph 
Shell :: extract audio from video ffmpeg 
Shell :: git delete all remote branches except master 
Shell :: git rename master branch to main 
Shell :: /usr/bin/env: ‘bash ’: No such file or directory 
Shell :: cisco copy running config 
Shell :: git add and commit all 
Shell :: .nvm bash 
Shell :: bash show contents of file 
Shell :: git tag a previous commit 
Shell :: git clone to path 
Shell :: how to remove non empty dircetory 
Shell :: django shell get db info 
Shell :: fork bomb linux 
Shell :: cmake set build type from command line 
Shell :: apt list only security updates 
Shell :: Cask adoptopenjdk8 exists in multiple taps: 
Shell :: flutter@f1 
Shell :: how to open terminal as administrator in ubuntu 
Shell :: export bigquery scheam 
Shell :: login to github terminal 
Shell :: get current time curl 
Shell :: vagrant vbox guest additions install 
Shell :: installing snap store 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =