Đổi git remote origin
· 3 min read
Mặc định khi clone một project từ git (github, gitlab,…), trong thư mục của project sẽ có một thư mục con tên .git. Trong đó có một số file và thư mục có dạng:
Mặc định khi clone một project từ git (github, gitlab,…), trong thư mục của project sẽ có một thư mục con tên .git. Trong đó có một số file và thư mục có dạng:
When developing apps using React Native, I realized that every time the packager opens, it will spawn a new process of Terminal
(Mac OS built-in shell app). This behavior is not too complicated to deal with if you are only using in local development. Right click > Quit
and everything will be done.
But with CI / CD, it's another story.