Skip to content

Instantly share code, notes, and snippets.

@seong-min-s
Created October 20, 2020 22:58
Show Gist options
  • Save seong-min-s/99f08db2d41b2d108d5d3c75a6b6798c to your computer and use it in GitHub Desktop.
Save seong-min-s/99f08db2d41b2d108d5d3c75a6b6798c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
from google.colab import drive
drive.mount('/content/drive')
!ls
cd drive/My Drive/데이콘
!git init
!git diff
!git status
!git diff
!git config --global user.email "이메일입력"
!git config --global user.name "아이디입력"
!git add .
!git commit -m "Init Project"
!git remote add origin https://github.com/Hermi2020/PrecipitationPrediction.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment