Skip to content

Commit

Permalink
GPT-commit: Modified .github/README.md, src/data/.cache/cmdinfo.git.w…
Browse files Browse the repository at this point in the history
…yx, src/data/.cache/cmdinfo.term.wyx, src/data/arg_scripts.csv to update project documentation and cache files.

GPT-commit: Updated project documentation and cache files by modifying functions/classes/variables in `.github/README.md`, `src/data/.cache/cmdinfo.git.wyx`, `src/data/.cache/cmdinfo.term.wyx`, `src/data/arg_scripts.csv`.
  • Loading branch information
hwixley committed Feb 20, 2024
1 parent b0a40a4 commit 2832d6f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 29 deletions.
15 changes: 8 additions & 7 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,21 @@ Please note any command with an argument in angle brackets below (ie. `<branch>`
- `push`: Add-Commit-Push Git Changes to Current Branch
- `pull`: Pull Git Changes for Current Branch
- `mpull`: Checkout-Pull Git Changes From Master/Main Branch
- `commits`: View Your Branch Git Commits
- `lastcommit`: View Your Last Commit & Copy It's ID
- `nb`: Checkout-Add-Commit-Push A New Git Branch
- `pr`: Open A Pull Request From Your Current Git Branch on GitHub
- `bpr`: Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub
- `pp`: Pull-Push Git Changes to Current Branch
### URLs:
- `repo`: View Your Repository On GitHub
- `branch`: View Your Current Branch On GitHub
- `actions`: View Your Repository Actions On GitHub
- `issues`: View Your Repository Issues On GitHub
- `prs`: View Your Repository PRs On GitHub
- `notifs`: View Your GitHub Notifications
- `commits`: View Your Branch Git Commits
- `lastcommit`: View Your Last Commit & Copy It's ID
- `nb`: Checkout-Add-Commit-Push A New Git Branch
- `pr`: Open A Pull Request From Your Current Git Branch on GitHub
- `bpr`: Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub
- `profile`: View Your GitHub Profile
- `org`: View Your GitHub Organisation
- `pp`: Pull-Push Git Changes to Current Branch
### MY DATA:
- `user`: View Your User Configuration
Expand Down
15 changes: 8 additions & 7 deletions src/data/.cache/cmdinfo.git.wyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
- `push`: Add-Commit-Push Git Changes to Current Branch
- `pull`: Pull Git Changes for Current Branch
- `mpull`: Checkout-Pull Git Changes From Master/Main Branch
- `commits`: View Your Branch Git Commits
- `lastcommit`: View Your Last Commit & Copy It's ID
- `nb`: Checkout-Add-Commit-Push A New Git Branch
- `pr`: Open A Pull Request From Your Current Git Branch on GitHub
- `bpr`: Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub
- `pp`: Pull-Push Git Changes to Current Branch

### URLs:
- `repo`: View Your Repository On GitHub
- `branch`: View Your Current Branch On GitHub
- `actions`: View Your Repository Actions On GitHub
- `issues`: View Your Repository Issues On GitHub
- `prs`: View Your Repository PRs On GitHub
- `notifs`: View Your GitHub Notifications
- `commits`: View Your Branch Git Commits
- `lastcommit`: View Your Last Commit & Copy It's ID
- `nb`: Checkout-Add-Commit-Push A New Git Branch
- `pr`: Open A Pull Request From Your Current Git Branch on GitHub
- `bpr`: Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub
- `profile`: View Your GitHub Profile
- `org`: View Your GitHub Organisation
- `pp`: Pull-Push Git Changes to Current Branch

### MY DATA:
- `user`: View Your User Configuration
Expand Down
15 changes: 8 additions & 7 deletions src/data/.cache/cmdinfo.term.wyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
- push: Add-Commit-Push Git Changes to Current Branch
- pull: Pull Git Changes for Current Branch
- mpull: Checkout-Pull Git Changes From Master/Main Branch
- commits: View Your Branch Git Commits
- lastcommit: View Your Last Commit & Copy It's ID
- nb: Checkout-Add-Commit-Push A New Git Branch
- pr: Open A Pull Request From Your Current Git Branch on GitHub
- bpr: Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub
- pp: Pull-Push Git Changes to Current Branch

URLs:
- repo: View Your Repository On GitHub
- branch: View Your Current Branch On GitHub
- actions: View Your Repository Actions On GitHub
- issues: View Your Repository Issues On GitHub
- prs: View Your Repository PRs On GitHub
- notifs: View Your GitHub Notifications
- commits: View Your Branch Git Commits
- lastcommit: View Your Last Commit & Copy It's ID
- nb: Checkout-Add-Commit-Push A New Git Branch
- pr: Open A Pull Request From Your Current Git Branch on GitHub
- bpr: Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub
- profile: View Your GitHub Profile
- org: View Your GitHub Organisation
- pp: Pull-Push Git Changes to Current Branch

MY DATA:
- user: View Your User Configuration
Expand Down
16 changes: 8 additions & 8 deletions src/data/arg_scripts.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ ginit,ginit,"Initialise Git Repository",true,,git
push,push,"Add-Commit-Push Git Changes to Current Branch",true,,git
pull,pull,"Pull Git Changes for Current Branch",true,,git
mpull,mpull,"Checkout-Pull Git Changes From Master/Main Branch",true,,git
repo,repo,"View Your Repository On GitHub",true,,git
branch,branch,"View Your Current Branch On GitHub",true,,git
actions,actions,"View Your Repository Actions On GitHub",true,,git
issues,issues,"View Your Repository Issues On GitHub",true,,git
prs,prs,"View Your Repository PRs On GitHub",true,,git
notifs,notifs,"View Your GitHub Notifications",true,,git
repo,repo,"View Your Repository On GitHub",true,,urls
branch,branch,"View Your Current Branch On GitHub",true,,urls
actions,actions,"View Your Repository Actions On GitHub",true,,urls
issues,issues,"View Your Repository Issues On GitHub",true,,urls
prs,prs,"View Your Repository PRs On GitHub",true,,urls
notifs,notifs,"View Your GitHub Notifications",true,,urls
commits,commits,"View Your Branch Git Commits",true,,git
lastcommit,lastcommit,"View Your Last Commit & Copy It's ID",true,,git
nb,nb,"Checkout-Add-Commit-Push A New Git Branch",true,,git
pr,pr,"Open A Pull Request From Your Current Git Branch on GitHub",true,,git
bpr,bpr,"Checkout-Add-Commit-Push A New Git Branch & Open A PR For It On GitHub",true,,git
profile,profile,"View Your GitHub Profile",true,,git
org,org,"View Your GitHub Organisation",true,,git
profile,profile,"View Your GitHub Profile",true,,urls
org,org,"View Your GitHub Organisation",true,,url
help,help,"View WYX-CLI Documentation",true,,hutil
user,user,"View Your User Configuration",true,,mydata
mydirs,mydirs,"View Your Directory Aliases Configuration",true,,mydata
Expand Down

0 comments on commit 2832d6f

Please sign in to comment.