wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Progress bar: handle utf-8 characters in filename


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | Progress bar: handle utf-8 characters in filenames (#375)
Date: Wed, 22 Aug 2018 13:37:59 +0000

Thanks, I'll take a look and test.

Meanwhile we should find out why MR's doesn't work for you.

You can simply checkout the master branch and sync it with 'upstream' (maybe 
you have a different name for the upstream repo, check with `git branch --all`, 
just use your name where I use 'upstream'):
```
git pull --all --prune
git merge --ff-only upstream/master
git push
```

Now you create a new branch to hold your changes (one branch per issue) and 
commit + push your changes to your repo:
```
git checkout -b new-issue
... make your changes, test, etc ...
git commit -a
git push --set-upstream origin new-issue
```

Now open your Gitlab homepage, click to 'merge requests' and create a new MR, 
best with a unique title (not sure if really needed).

Does anything from the above throws an error (which command and what is the 
output) ?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/375#note_96160212
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]