Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Last active August 9, 2022 12:32
Show Gist options
  • Save dipeshhkc/551078b559b8e2cd40fde8dc0fc4f4c4 to your computer and use it in GitHub Desktop.
Save dipeshhkc/551078b559b8e2cd40fde8dc0fc4f4c4 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
sshCommand = ssh -i ~/.ssh/denmark_rsa -F /dev/null
[user]
name = dipesh
email = [email protected]
[remote "origin"]
url = [email protected]:dipeshhkc/learning-remix.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
// Cloning
ssh-agent bash -c 'ssh-add ~/.ssh/denmark_rsa; git clone [email protected]:dipeshhkc/project.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment