The below table contains commands which i learn from many linux related sources i follow, Use it at your own risk
| description | syntaxt / sample command |
|---|
| ## Create | |
| git pull --> Get the latest code from the remote | |
| git push --> Only when the local brach also exists in remote, push the local code changes | |
| git push --set-upstream origin <#BranchName#> --> Set the remote tracking branch as per the name provided & push the local code changes | |
| ## Modify | |
| git merge <#BranchName#> --> Merge the branch name mentioned to the current branch | |
| git checkout -b <#BranchName#> --> Checkout to the branch name mentioned | |
| git add . --> Stage all the changes to the | |
| git commit -m <#Message#> --> Commit the staged changes with the message mentioned |
adb devices, when launching the terminal from the extract's sub folder <parent-folder>/Android/Sdk/platform-toolsadb shell pm list packagesadb shell pm uninstall -k --user 0 scoop cleanup * -k -> cleanup old versions (to free up space)scoop cache rm * -> clean the cache downloadsscoop config gh_token -> to set a new github pat tokenI hereby claim:
To claim this, I am signing this object:
To be used with github copilot create a file as '.github/copilot-instructions.md' & add below
Before making any code modifications/suggestions, if you identify any unresolved queries or logical inconsistencies whether in the overall project design or the specific code change please ask for clarification before proceeding
Follow all below coding principles and guidelines while making any code changes: