Skip to content

Commit f51bab0

Browse files
authored
Add files via upload
1 parent 863a7c4 commit f51bab0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.vscode/git-config.sh

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# User
2+
git config --global user.name "Mona Lisa"
3+
git config --global user.email "[email protected]"
4+
5+
# Create key
6+
ssh-keygen -t ed25519 -C "[email protected]"
7+
8+
# Ssh key passphrase:
9+
Github123!!!
10+
11+
# Permissions
12+
chmod -R 700 ~/.ssh
13+
14+
# Show key
15+
cat ~/.ssh/id_ed25519.pub
16+
17+
# Add public key to Github page
18+
Settings > SSH and GPG Keys
19+
20+
# Test github ssh connection
21+
22+
23+
# Clone repo
24+
git clone [email protected]:atomjoy/proton.git

0 commit comments

Comments
 (0)