Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 주차장 시스템
- Kotlin
- 우분투 24
- change_column
- Rails
- change_column_null
- 오랜지파이
- docket
- with_indifferent_access
- install
- 사용중인포트검색
- Time.znoe.now
- 설치
- 우분투
- ubuntu
- Orange Pi 3B
- bulma
- Ruby on Rails
- after_save
- docker
- Migrate
- Visual Studio Code
- Java
- mac
- RUBY
- 이것이 자바다
- MySQL
- 쿠버네티스
- after_update
- ruby #string #strip #split #gsub
Archives
- Today
- Total
중고 신입이 개발해보기..
[git] 깃 사용팁.. 본문
회사깃허브, 개인깃허브..계정을 여러개를 사용하다보니.. 회사계정으로 개인깃에 pull되고..
이럴때는
https://awesometic.tistory.com/128
깃(git) - 프로젝트/저장소마다 다른 계정 정보 사용하기
저장소별 계정 설정 Command line 에서 git을 사용하려면, git 설치 후 간단한 설정 두 가지 정도는 해줘야 편해요. 계정과 이름 설정을 해주면 git commit , git push 할 때마다 계정 정보를 입력하지 않아도 됩..
awesometic.tistory.com
로컬 계정 설정을 해준다.
$ git config --local user.name '개인계정이름'
$ git config --local user.email '개인이메일@gamil.com'
설정 확인
$ git config --list
내 로컬엔 어떤 브랜치들이 있는지 볼때
$ git branch
'잡담, Plan B > Skill' 카테고리의 다른 글
mac console에서 code가 실행이 안될때. (0) | 2025.02.18 |
---|---|
mac port kill (0) | 2022.09.19 |
MAC을 사용하면서 팁.. (0) | 2019.08.14 |
GPS Data (0) | 2019.07.16 |
Cron Jobs 이란.. (0) | 2019.03.20 |
Comments