Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

difference between git remote and git clone

echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:ameno99/repo.git
git push -u origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: how to ignore .idea folder in gitignore 
Shell :: lister branches git distantes 
Shell :: how to install snapcraft 
Shell :: locate redis.conf on ununtu / linux 
Shell :: ansible ping ad hoc 
Shell :: bash find string in program output 
Shell :: how to go to a previous commit state 
Shell :: shell list all files in directory 
Shell :: virtualbox shared folder linux 
Shell :: dos2unix not found in mac 
Shell :: mongodb version check 
Shell :: running wordpress locally with valet 
Shell :: ubuntu wifi drivers realtek 
Shell :: migration angular version 
Shell :: magento install with composer 
Shell :: create a new repository on the command line 
Shell :: bash add default argument 
Shell :: git pull 
Shell :: select loop bash 
Shell :: bitnami wordpress enable ssh 
Shell :: how to install uvicorn 
Shell :: how to check linux is ubuntu or centos 
Shell :: git merge without delete files 
Shell :: how to scp 
Shell :: insert bash command to docker-compose file 
Shell :: poetry reinstall venv 
Shell :: install dvc in ubuntu 
Shell :: check difference between two branches git 
Shell :: apache airflow 
Shell :: ssh public key 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =