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 :: add role to node kubernetes 
Shell :: brave install ubuntu 
Shell :: git username and password in terminal 
Shell :: powershell create symlink 
Shell :: connect to specific wifi decive linux 
Shell :: uninstalling audacity on linux 
Shell :: installing gunicorn with anaconda 
Shell :: bash print specific range of rows from a file 
Shell :: npm three 
Shell :: Unable to create directory wp-content/uploads/. Is its parent directory writable by the server? 
Shell :: git name repository 
Shell :: the digital freelance company 
Shell :: how to uninitialize git 
Shell :: how to revert back to previous commit in git permanently 
Shell :: open folder in gui from terminal linux 
Shell :: install pyramid 
Shell :: javascript bootstrap in reactJs 
Shell :: how to remove node modules from github 
Shell :: clean my ubuntu 
Shell :: zsh: command not found: julia 
Shell :: install java 16 ubuntu 
Shell :: linux my ip 
Shell :: check git settings terminal 
Shell :: how to completely remove haproxy from ubuntu 
Shell :: make mp4 smaller using ffmpeg 
Shell :: remove directory from git 
Shell :: gzip folder .gz file in linux 
Shell :: styled-components 
Shell :: unix count files in directory with specific name 
Shell :: create xampp shortcut ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =