일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- java
- socket.io
- PHP
- nodejs
- Eclipse
- node
- 리눅스
- CSS
- ubuntu
- windows
- HTML
- 기본문법
- install
- HaProxy
- javascript
- network
- vim
- Android
- SVN
- Mac
- 우분투
- error
- JS
- mysql
- 안드로이드
- ASP
- Linux
- Gmail
- 구글
- Today
- 850
- Total
- 1,087,131
목록VersionControl/Git (8)
Blue Breeze
Importing code from an existing project Command Line Git Import # Local 설정 git init git add --all git commit -m "Initial Commit" # 원격저장소에 Push git remote add origin https://username@your.bitbucket.domain:7999/yourproject/repo.git git push -u ori..
7.7 Git 도구 - Reset 명확히 알고 가기 2.4 Git의 기초 - 되돌리기 [Git] 아흑.. 커밋을 잘못했네;; 세상에 푸쉬까지 해버렸는데… 어쩌지… : Whiteship's Epril # 최근 하나 git reset HEAD^ # 최근 2개 git reset HEAD~2 # commit git commit -m ‘머라머라’ # push, + 경고 무시 git push origin +master Git 이 관리하는 역활 H..
Git맞춤-Git-설정하기 # 시스템 전체 적용 git config --global user.name userame git config --global user.email username@domaincom # 개별 저장소에 지정 git config user.name userame git config user.email username@domaincom cat project/.git/config [core] repositor..
CUI な Git ブラウザ tig を入れてみた Tig: text-mode interface for Git : 소스코드 The Tig Manual : 공식 문서 Tig(text-mode interface for git)を使う : 좀 더 친절한 설명 문서(일본어) 설치 # mac brew install tig # linux debian sudo aptitude install tig # git 작업 폴더에서 tig를 실행한다. cd gitW..
git clone askpass Gtk-WARNING error How to install latest version of git on CentOS 6.x/7.x Verifying RHEL/CentOS is 32 Bit or 64 Bit System How to Enable RPMForge Repository in RHEL/CentOS 7.x/6.x/5.x rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm [git] g..
install sourcetree GitKraken Dev Blog GitKraken smartgit SourceTree 이런 linux에서는 SourceTree 가 제공되지 않는다..... 왜지? GitKraken # 다운로드 https://www.gitkraken.com/download/linux-deb sudo apt install gitkraken-amd64.deb smartGit # dep 파일을 다운로드 후 설치한다..
(gnome-ssh-askpass:8197): Gtk-WARNING **: cannot open display: How to enter command with password for git pull? git clone https://user@bitbucket.org/team_name/repo.git local_repo (gnome-ssh-askpass:8197): Gtk-WARNING **: cannot open display: unse..