Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

new git

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Comment

git create

echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main



//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
Comment

create git

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

PREVIOUS NEXT
Code Example
Shell :: ubuntu instlal kubectl 
Shell :: install react yarn 
Shell :: while loop shell script 
Shell :: untrack folder git 
Shell :: button click event powershell 
Shell :: pytest suppress exit code 
Shell :: pipenv install flask 
Shell :: find in file linux 
Shell :: ssh download file 
Shell :: roblox change leaderboard stats 
Shell :: download sublime text ubuntu 20.04 
Shell :: use to remove snap packages 
Shell :: rhythmbox 
Shell :: install wordpress on ubuntu 20.04 
Shell :: print scipy version 
Shell :: nslookup all dns entries 
Shell :: npm github pages 
Shell :: install gui centos 7 
Shell :: debian terminal paste 
Shell :: # Check failed: allocator-SetPermissions(reinterpret_cast<void*(region.begin()), region.size(), PageAllocator::kNoAccess). 
Shell :: ubuntu 21.04 issues with ubuntu software installer 
Shell :: Finding Apache http Process 
Shell :: pnpm install dev 
Shell :: delete remote branch 
Shell :: git clone using ssh key from gitlab 
Shell :: powershell get aliases 
Shell :: restore deleted commits 
Shell :: check apache version ubuntu 
Shell :: best shell linux 
Shell :: Install-Package MailKit 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =