Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

upload github

echo "# browser-api" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/FazleyBin-Mahbub/browser-api.git
git push -u origin main
Comment

How to upload code to Github

git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/your_username/repo_name.git
git push -u origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: fix read only file system 
Shell :: gitlab create branch 
Shell :: ubuntu packages 
Shell :: grep v multiple word 
Shell :: for loop in bash for files 
Shell :: git merge vs git merge --no-ff 
Shell :: remove a package ubuntu 
Shell :: rclone gui 
Shell :: how to get last in array jq 
Shell :: git remove untracked files 
Shell :: bash array initialization multiple lines 
Shell :: nginx redirect to port 
Shell :: how to install spark on macos 
Shell :: setup github password terminal 
Shell :: tar file linux 
Shell :: export bigquery scheam 
Shell :: how to install tar.xz file on ubuntu 
Shell :: grant current user access to /dev/kvm 
Shell :: total disk space in linux 
Shell :: (28: No space left on device) 
Shell :: wp gitignore 
Shell :: how to update git in vscode 
Shell :: brew install macos 
Shell :: get all branches git 
Shell :: git empty stash 
Shell :: install jenkins in linux 
Shell :: how to install sshpass on mac 
Shell :: nmap vulnerabilty scan 
Shell :: find node version 
Shell :: stacer ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =