This website works better with JavaScript
홈
탐색
로그인
piccolo-gatto
/
GIT_practice
Watch
1
Star
0
포크
0
2 커밋
8e8ee9ff45
...
71f7c0fa5e
작성자
SHA1
메시지
날짜
piccolo-gatto
71f7c0fa5e
fix conflict in file1.txt
1 년 전
piccolo-gatto
c1efa76039
create test.py, update file1.txt
1 년 전
2개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
1
0
file1.txt
3
0
test.py
+ 1
- 0
file1.txt
파일 보기
@@ -1 +1,2 @@
hgvbyhnhkjmki
+hello world
+ 3
- 0
test.py
파일 보기
@@ -0,0 +1,3 @@
+a = 2
+b = 3
+print(a + b)