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 :: msiexec wait for completion powershell 
Shell :: upgrade pip version 
Shell :: start apache server in ubuntu 
Shell :: set git origin 
Shell :: add address to path cmd windows 
Shell :: npm init y 
Shell :: shell for loop parameters 
Shell :: execute powershell file windows 
Shell :: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) 
Shell :: powershell remove files recursive 
Shell :: github access scoped to clone private repo 
Shell :: pocketsphinx install error 
Shell :: resize image linux command line 
Shell :: add upstream in git 
Shell :: docker ps with ip 
Shell :: error installing drivelist npm 
Shell :: start apache service 
Shell :: cronjob run every hour 
Shell :: chmod: changing permissions of : Read-only file system and writeable 
Shell :: how to change the name of a usb ubuntu] 
Shell :: reset one branch onto another 
Shell :: how to kill vscode linux 
Shell :: install sdkman 
Shell :: install spotify ubuntu 
Shell :: list devices in network 
Shell :: What should you run to modify your last commit? 
Shell :: update and upgrade ubuntu 
Shell :: ubuntu show git branch in terminal 
Shell :: bash read file line by line with spaces 
Shell :: linux sort by file size 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =