diff --git a/foss_lab/lab1116/readme.md b/foss_lab/lab1116/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..e955164e99920b326e7fc466cae83729a370a1a7
--- /dev/null
+++ b/foss_lab/lab1116/readme.md
@@ -0,0 +1,6 @@
+- git pull : fetch한 깃서버와 동기하는 방법
+- git stash : 현재 변경내역을 임시저장
+- git branch : 현재 브랜치를 노출
+- git checkout : 브랜치 이동
+- git merge시 Fast-forwar
+    - 자동으로 merge가 되었다.