Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create repository, commit, and push

git init
git add .
git commit -m "commit_id (any name)"
git remote add origin your_repository_link.git
git push -u origin branch_name(master quite often)
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall specific java openjdk ubuntu 
Shell :: hwo to remove ssh key 
Shell :: how to open a file using terminal and exit terminal 
Shell :: nvm install 
Shell :: helm docker generate doc 
Shell :: where are timezones located linux 
Shell :: composer add git repository 
Shell :: how to remove git from ubuntu 21 
Shell :: kube log 
Shell :: platformio install arduino lib 
Shell :: merge git branch 
Shell :: comments in bash file 
Shell :: ssh with key 
Shell :: how to update your local repository 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: remove folder from git repository 
Shell :: torch 1.1.0 install 
Shell :: reaect native reactotron 
Shell :: list node running 
Shell :: add user centos 7 sudo 
Shell :: sudo rmdir recursive 
Shell :: script to install cf cli in linux 
Shell :: rails add gem to gemfile 
Shell :: enable mods 
Shell :: rename multiple files in linux 
Shell :: bin bash header 
Shell :: centos curl command 
Shell :: install composer phar 
Shell :: error when i install sass 
Shell :: Deleting all the git local branches 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =