Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vinascript/html/wp-includes/functions.php on line 6114
Thay đổi đường dẫn URL của Git repository - VinaScript

Latest Post

Triển khai dự án PHP, Mysql với Nginx trên Docker Tìm hiểu về HTML – Ưu điểm, nhược điểm và cách hoạt động của HTML

Khi bạn muốn thao tác với mã nguồn dự án sau khi đường dẫn checkout của Git đã thay đổi, bạn cần cập nhật đường dẫn remote “upstream” trên máy tính cá nhân của mình. Điều này có thể thực hiện dễ dàng bằng cách sử dụng lệnh sau:

1. Kiểm tra đường dẫn URL hiện tại

git remote -v

2. Update lại URL của Git

git remote set-url origin <new_url>

Để lại một bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *