git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
module.exports = { | |
ra: { | |
action: { | |
delete: 'Видалити', | |
show: 'Перегляд', | |
list: 'Список', | |
save: 'Зберегти', | |
create: 'Список', | |
edit: 'Редагувати', | |
sort: 'Сортувати', |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream