Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
egoingsb
/
offline
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
43
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Git Kraken
Jump to bottom
egoing edited this page
Sep 4, 2019
·
3 revisions
이곳으로 오는 주소 ⇨
http://bit.ly/-git-kraken
가입해주세요
http://github.com
설치해주세요.
git :
https://git-scm.com/
kraken :
https://www.gitkraken.com
(github에 가입한 후에 github로 kraken 회원가입을 하면 편리합니다)
vscode :
https://code.visualstudio.com/
혼자 공부하는 법
https://opentutorials.org/module/3733
수련
프로젝트 폴더를 만든다.
폴더를 저장소로 지정한다. (git init)
파일을 수정한다.
커밋에 포함시키고 싶은 파일을 스테이지로 등록한다. (git add)
커밋한다. (git commit)
시간 여행을 해본다 (HEAD를 옮긴다. => git checkout)
시간 여행을 끝낸다. (git checkout master)
버전을 취소한다. (master를 옮긴다. => git reset --hard )
버전을 복구한다. (작업 내역을 조회한다. => git reflog)
실험적인 작업을 시작하기 위해서 브랜치를 만든다(git branch exp)
실험적인 작업 브랜치에서 커밋한다. (git checkout exp)
마스터에서 작업을 한다. (git checkout master)
마스터로 실험을 병합한다. (git checkout master && git merge exp)
충돌 상황을 만들어 본다. (3 way merge의 개념을 활용한다)
원격 저장소를 만든다. (github.com, gitlab.com)
지역 저장소에 원격 저장소를 연결한다. (git remote add origin 원격 저장소의 주소)
지역 저장소의 비밀번호를 원격 저장소에 등록한다. (ssh-keygen, id_rsa.pub 파일을 github의 계정에 ssh 키로 등록한다)
지역 저장소의 브랜치와 원격 저장소의 브랜치를 연결한다. (git push -u origin master)
동료를 추가한다. (github의 setting의 collaborators에 동료의 계정을 추가한다)
충돌 상황을 만들어본다.
Wiki pages
Pages
15
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
AWS
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
AWS nodejs
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
database mysql
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
database (mysql workbench, pymysql, aws)
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Flask SQLite
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
git
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Git Kraken
이곳으로 오는 주소 ⇨ http://bit.ly/-git-kraken
가입해주세요
설치해주세요.
혼자 공부하는 법
수련
Loading
git sourcetree
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Java
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
JavaScript ajax
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
nodejs mysql aws ec2 aws rds
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
React
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
WEB1
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
WEB1 web1
Uh oh!
There was an error while loading.
Please reload this page
.
Clone this wiki locally
You can’t perform that action at this time.