issue currently tracking: https://github.com/xonsh/xonsh/issues/3756
pull request: https://github.com/xonsh/xonsh/pull/3762
login to github:
https://github.com/
user: wendellwt pw: pw
go to https://github.com/xonsh/xonsh
-> Fork (somehow) put into wendellwt
on github, navigate to my own repo:
https://github.com/wendellwt
-> xonsh (my own fork of their repo)
on laptop, clone my own repo:
> cd my_own_repo
> git clone https://github.com/wendellwt/xonsh.git
Cloning into 'xonsh'...
edit or copy fixes:
> tar zxvf ../from_git/cygwin_fixes_13-Sep-2020_120710.tgz
./xonsh/xonsh/__init__.py
./xonsh/xonsh/built_ins.py
./xonsh/xonsh/proc.py
as needed
commit and push to repo on wendellwt:
> git commit -m "cygwin updates" built_ins.py proc.py __init__.py
[master c27fd77f] cygwin updates
3 files changed, 10 insertions(+), 3 deletions(-)
> git push
Username for 'https://github.com':
Password for 'https://wendellwt@github.com':
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 749 bytes | 749.00 KiB/s, done.
Total 6 (delta 5), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (5/5), completed with 5 local objects.
To https://github.com/wendellwt/xonsh.git
d42b4140..c27fd77f master -> master
on my own github xonsh repo:
-> Pull Request
review, then:
-> Create Pull Request
wait for checks to complete...