TwoWeeksReady icon indicating copy to clipboard operation
TwoWeeksReady copied to clipboard

Wiki updates

Open oneolddev opened this issue 3 years ago • 2 comments

I found a few minor typos and grammatical issues in the Wiki.

I cloned a copy of the Wiki and placed the changes in the updates branch.

If the changes are acceptable, I can provide a patch.

oneolddev avatar Nov 04 '21 06:11 oneolddev

Go ahead and patch

codingbandit avatar Nov 22 '21 16:11 codingbandit

@codingbandit

My intention was to provide a patch since I don't have write access to the wiki. The original patch I created and posted didn't work when I attempted to test it. 😞

Based on https://stackoverflow.com/questions/5884784/how-to-pull-remote-branch-from-somebody-elses-repo, you can try the following: git fetch https://github.com/c0g1t8/TwoWeeksReady-wiki.git updates:c0g1t8_updates This will create a c0g1t8_updates branch in your repository which you can merge from.

I've never attempted this myself in the past 🤞

oneolddev avatar Nov 29 '21 06:11 oneolddev