Skip to content

Instantly share code, notes, and snippets.

@siriokun
Last active June 28, 2021 14:58
Show Gist options
  • Select an option

  • Save siriokun/9563633771da338040a6a04247e375ca to your computer and use it in GitHub Desktop.

Select an option

Save siriokun/9563633771da338040a6a04247e375ca to your computer and use it in GitHub Desktop.
GIT Setup
cd ~/.ssh
ssh-keygen -t ed25519 -C "[email protected]"
# Enter file in which to save the key (/Users/rio/.ssh/id_ed25519): siriokun
# jika windows:
clip < ~/.ssh/siriokun.pub
# jika mac:
pbcopy < ~/.ssh/siriokun.pub
ssh-add ~/.ssh/siriokun
git config --global user.email "[email protected]"
git config --global user.email
cd ~
cd Desktop
git clone [email protected]:siriokun/mapay.git
cd mapay
@siriokun
Copy link
Author

Ganti siriokun dengan username masing-masing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment