-
Notifications
You must be signed in to change notification settings - Fork 59
Description
In your documentation there are the info how to propose pullup requests using fork but using web broser and UI.
I beleieve that when you should made some mass changes to translation where you can use search/replace on different file/strings could be usefull use local file/folder structure (local branches on computer) and use command line.
Then I ask you if you add some info how to do that
- How to clone your Github repository with git command
- How to update your Github repositories with git command
- How to switch to dt_prelel_xxxx with git command
When I will be ready after chages I mae a fork with UI and merge pull request with drag and drop from local pc repository to web UI.
- Clone repository
git clone https://github.com/CodingWonders/DISMTools.git - Clone branches
- Update local repository from remote
git fetch
- Switch branch
git checkout dt_prerel_25111
-
make changes files
-
Create pullup request
git push https://github.com/CodingWonders/DISMTools dt_prerel_25111
Is it ok?
Any addition explanation by you can help translator.
Thanks. KR.