티스토리 뷰

Programming

git remote 변경

seoca 2021. 3. 6. 14:13

 

check git remote

git remote -v 

 

change git remote

git remote set-url origin 'your address'

 

'Programming' 카테고리의 다른 글

map vs forEach  (0) 2022.08.15
create git branch  (0) 2021.02.27
delete git repository  (0) 2020.11.27
cross-env 설정은 development로 해야한다.  (0) 2020.06.23
git the requested URL returend error : 403  (0) 2020.02.17