Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

push clone repo to own repo

rm -rf .git		//in git bash

//in terminal
git init
git add .
git commit -m "your commit message"
git remote add origin "/link"
git push -u origin master
Comment

how to push cloned repo

cd to file directory in your terminal 
//////
git init
git add .
git commit -m "your commit message"
git remote add origin "/link"
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: shell script tutorial 
Shell :: kill process bash 
Shell :: influxdb version 
Shell :: linux makefile 
Shell :: how to move to directories in command prompt 
Shell :: merge master into feauture branch 
Shell :: scp linux to mac 
Shell :: prettier npm 
Shell :: commande pour installation de dotnet 3.5 offline 
Shell :: sonarqube linux installation 
Shell :: add and install gem rails 
Shell :: how to download a file from server 
Shell :: clear command in linux 
Shell :: bash list 
Shell :: uname linux 
Shell :: ionic capacitor ios 
Shell :: linux extract txz 
Shell :: install solidity compiler command with version 
Shell :: how to copy a file in ubuntu 
Shell :: add project to github 
Shell :: write in a file linux 
Shell :: what is user in linux? 
Shell :: run node api on rapberry pi 
Shell :: termux comandos hack apk 
Shell :: sqlite://// ubuntu path 
Shell :: sed disable disallow root login 
Shell :: python-minimal has no installation candidate 
Shell :: how to install kind 
Shell :: linux terminal create file 
Shell :: control pc brightness with shell script mac 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =