Last active
August 9, 2022 12:32
-
-
Save dipeshhkc/551078b559b8e2cd40fde8dc0fc4f4c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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