Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add local folder to git repo

git init
git add .
git commit -m "First commit"
git remote add origin <remote repository URL>
git remote -v
git push origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: list all user ubuntu server 
Shell :: stop npm running on port 3000 
Shell :: remove eclipse from ubuntu 
Shell :: find file by name linux 
Shell :: apt-key export import 
Shell :: how to pull the changes from git without staging local changes 
Shell :: Create Local Github Repo 
Shell :: rmdir directory not empty windows 
Shell :: bash tab completion cycle 
Shell :: allow ping using cmd 
Shell :: Replace git master with another branch 
Shell :: enable systemd service linux 
Shell :: hugo build 
Shell :: how to upgrade docker-compose version 
Shell :: s3 cli get list of files in folder 
Shell :: change password raspberry pi 
Shell :: rails g migration add columns 
Shell :: where is tomcat installed on mac 
Shell :: default pem file permissions 
Shell :: linux how to check version of package 
Shell :: .desktop file ubuntu 
Shell :: initialize github repository 
Shell :: ffmpeg gif images 
Shell :: how to config username and email in git 
Shell :: install groovy on ubuntu 
Shell :: list all files by size 
Shell :: ubuntu uninstall fonts 
Shell :: install rust on arch linux 
Shell :: linux custom command 
Shell :: how to zip my files without ds_store 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =