Updating sq translations of a couple of event related files with references to CoC #233

Closed
besnik wants to merge 12 commits from (deleted):sq-translation into master
Contributor

Done.

Done.
Owner

Sorry, but this is again a very large pull request. Could you please open up a new branch for every new pull request? This makes things easier.

It's very hard for me to see which file has been changed in which of the 12 commits.

The process is described here: https://wiki.fsfe.org/TechDocs/Git/Workflow

If it is not possible for this time, please tell me which commit I shall take over :)

Sorry, but this is again a very large pull request. Could you please open up a new branch for every new pull request? This makes things easier. It's very hard for me to see which file has been changed in which of the 12 commits. The process is described here: https://wiki.fsfe.org/TechDocs/Git/Workflow If it is not possible for this time, please tell me which commit I shall take over :)
Author
Contributor

Hmm I've followed the instructions there and elsewhere, just the names of the repos are different. I probably should start over again to make things easier for everybody.

The files I wanted to be pulled are the following:

0657f64e0a

bbfbdad007

Thank you!

Hmm I've followed the instructions there and elsewhere, just the names of the repos are different. I probably should start over again to make things easier for everybody. The files I wanted to be pulled are the following: https://git.fsfe.org/besnik/fsfe-website/commit/0657f64e0a5e4d5fd0c402b8cdc362b744f66e51 https://git.fsfe.org/besnik/fsfe-website/commit/bbfbdad007d332dbe97779d8938966da15c626b8 Thank you!
Owner

You always seem to work on the branch sq-translation. This way, you always include older commit as well. The process for each new pull request is:

git checkout master       # Switch to the main branch.  This is a branch in your
                          # local repository.
git pull upstream master  # Pull the latest version of upstream into your local
                          # branch.
git checkout -b NAME-OF-FEATURE   # start new branch for translation
git push origin NAME-OF-FEATURE   # push changes as soon as you are done
You always seem to work on the branch `sq-translation`. This way, you always include older commit as well. The process for each new pull request is: ``` git checkout master # Switch to the main branch. This is a branch in your # local repository. git pull upstream master # Pull the latest version of upstream into your local # branch. git checkout -b NAME-OF-FEATURE # start new branch for translation git push origin NAME-OF-FEATURE # push changes as soon as you are done ```
Owner

I've merged the two commits, thank you!

I've merged the two commits, thank you!
max.mehl closed this pull request 2018-04-05 09:37:34 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.