# Git

한국항공대학교 알고리즘학회 Koala Git 스터디 자료입니다.

깃북 링크: <https://70825.gitbook.io/git-tutorial/>

준비할 것 : GitHub 회원가입, git 설치 (editor -> nano로 설치)

제가 자주 사용하고 있는 기능들을 위주로 글을 작성했습니다.

혹시 빠진 내용이 있으면 언제든지 PR이나 이슈 올려주세요! 😄


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://70825.gitbook.io/git-tutorial/git.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
