Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- AWS EC2
- bash 명령어
- ubuntu pipe
- ubuntu 명령어
- unsupervised learning
- aws rds
- pix2pix
- anomaly detection
- ubuntu
- 말해보시개 Linux
- docker
- git log
- AWS Certificate
- linux
- git commit
- DCGAN
- CycleGAN
- 말해보시개 딥러닝
- autoencoder
- Image to image translation
- ubuntu grep
- AWS
- 쏴아리 딥러닝
- gan
- ubuntu mount
- EC2
- AnoGAN
- F-AnoGAN
- bash vs zsh
- ubuntu zsh
Archives
- Today
- Total
목록git config (1)
쏴아리의 딥러닝 스터디
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/OqEaz/btq4dvBZNTz/9rfNOi56etscnWTkxjXnAK/img.png)
Ubuntu Git 설치, 초기설정 방법 Git 설치 1. Git 설치 여부 확인 ubuntu 환경에서는 대부분 이미 git이 설치되어 있습니다. 다음과 같이 git 명령어를 통해 설치 여부를 확인할 수 있습니다. $git 2. Git 설치 git이 설치 되지 않았다면, 다음 명령어를 통해 ubuntu에 git을 설치합니다. git 설치 후 git --version 명령어를 통해 git 설치 여부를 확인합니다. $sudo apt install git $git --version Git 저장소 생성 1. Git 저장소로 활용할 디렉토리를 생성한 뒤 이동합니다. $mkdir git_test $cd git_test 2. ubuntu에서 git init 명령어를 실행합니다. $git init $ls -al ubu..
Git
2021. 5. 12. 22:30