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
- git log
- ubuntu zsh
- CycleGAN
- 말해보시개 딥러닝
- DCGAN
- 말해보시개 Linux
- ubuntu
- AWS EC2
- EC2
- linux
- Image to image translation
- git commit
- F-AnoGAN
- AnoGAN
- ubuntu grep
- bash 명령어
- 쏴아리 딥러닝
- gan
- ubuntu mount
- ubuntu pipe
- AWS
- aws rds
- autoencoder
- docker
- pix2pix
- anomaly detection
- ubuntu 명령어
- unsupervised learning
- AWS Certificate
- bash vs zsh
Archives
- Today
- Total
목록git add (1)
쏴아리의 딥러닝 스터디
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bOoqZa/btq4bm7VOEw/sFAyYn3LuK1qqg9Mxfy5F1/img.png)
git add, git status, git commit, git log git add: staging 영역으로 보내기 git add 명령어는 working directory에 있는 파일을 staging area로 보내는 역할을 수행합니다. $git add 한꺼번에 여러 파일을 staging area로 보내고 싶다면 현재 폴더를 대상으로 git add를 수행할 수 있습니다. $git add . 예제) deepmal.txt 생성 하고 git add 수행 1. staging 영역으로 보낼 파일을 생성합니다. ubuntu에서 nano 명령어를 통해 deepmal.txt를 생성하고, 내용을 작성합니다. $nano deepmal.txt deepmal.txt에 "Hello World!"를 입력 한 뒤, Ctrl +..
Git
2021. 5. 14. 22:30