Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강상위
/
db-frs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
강상위
2018-12-04 20:35:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e4cf3ae1744041bae5a393e5ae48222b3824936
2e4cf3ae
1 parent
e6ddd9e7
git guide 2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
2e4cf3a
...
...
@@ -34,8 +34,9 @@
## 7.ADD와 COMMIT과 PUSH
-
clone한 폴더를 기준으로(여기서는 db-frs)
-
Add를 할 수 있습니다.
-
Add를 할 수 있습니다.
이왕이면 파일을 지정해서 사용해주세요. 안그러면 설정파일 다 올라가요...
> git add .(현재 폴더를 모두 add하겠다는 뜻)
> git add filename.py(filename.py만 add하겠다는 뜻)
-
Add된 현황을 봅니다.
> git status
-
마음에 들었으면 커밋을 하죠. 참고로 -m "커밋메시지"는 꼭 들어가야 합니다.
...
...
Please
register
or
login
to post a comment