Horje
git remote commands Code Example
get git remote url
 git config --get remote.origin.url
show remote git
# If you require full output and you are on a network that can reach the remote repo where the origin resides 
git remote show origin
git remote
git remote #This has two part "origin" and "upstream"

# Adding origin
git remote add origin <The url of local github repository>

#Adding upstream
git remote add upstream <The url where you have forked repository>
git remote
git remote add <name> <url>
git remote commands
git remote add origin https://github.com/danoldnyamsi7/subway-app-237.git
git branch -M main
git push -u origin main
Source: github.com




Shell

Related
open . command Code Example open . command Code Example
terminal mkv to mp4 Code Example terminal mkv to mp4 Code Example
add bash as defult on arch Code Example add bash as defult on arch Code Example
how to open gofer in command prompt Code Example how to open gofer in command prompt Code Example
ubuntu-not-enough-space-on-tmp/ Code Example ubuntu-not-enough-space-on-tmp/ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10