Skip to content

lluciferr/dual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dual

how to do it

first config files

.ssh/config

# narangyawali
Host github.com
	HostName github.com
	User git
	IdentityFile ~/.ssh/id_rsa
	IdentitiesOnly yes

# lluciferr
Host github.com-l
	HostName github.com
	User git
	IdentityFile ~/.ssh/id_ed25519_lucifer
	IdentitiesOnly yes

git config --list


[email protected]
user.name=naran gyawali
alias.a=add .
alias.cm=commit -m
alias.pom=push origin main
init.defaultbranch=main
core.editor=vim
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
[email protected]:lluciferr/dual.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.main.remote=naranorigin
branch.main.merge=refs/heads/main
[email protected]
user.name=chirag kumar
[email protected]:narangyawali/dual.git
remote.naranorigin.fetch=+refs/heads/*:refs/remotes/naranorigin/*
[email protected]:lluciferr/dual.git
remote.vorigin.fetch=+refs/heads/*:refs/remotes/vorigin/*

  • gist

remote.naranorigin.url=[email protected]:narangyawali/dual.git for HostName github.com


remote.vorigin.url=[email protected]:lluciferr/dual.git for HostName github.com-l


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published