List of some daily used commands for tech geeks.
Give us a :star: if you like our work :heart:
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/ak-cli.svg)](https://github.com/arshadkazmi42/ak-cli)
[![LICENSE](https://img.shields.io/github/license/arshadkazmi42/ak-cli.svg)](https://github.com/arshadkazmi42/ak-cli/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/ak-cli.svg)](https://github.com/arshadkazmi42/ak-cli/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/ak-cli.svg)](https://github.com/arshadkazmi42/ak-cli/commits/master)
[![Issues](https://img.shields.io/github/issues/arshadkazmi42/ak-cli.svg)](https://github.com/arshadkazmi42/ak-cli/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/arshadkazmi42/ak-cli.svg)](https://github.com/arshadkazmi42/ak-cli/pulls)
Contents
Docker
GIT
- Clone repository - Clone a repository to any location.
- Cherry Pick Commit - Copy one commit from one branch to another
- Commit changes - Commit the local changes.
- Configure Author - Configure author name and email.
- Configured Author - Check configured author name or email.
- Create branch - Create a new branch.
- Delete branch - Delete a branch from remote git repository.
- Git RefLog - Gives the complete activity trace of the repository.
- Modify Commit - Modify last commit details (commit message, author...).
- Pull changes - Pull remote changes to local repository.
- Push changes - Push changes from local respository to remote.
- RM Cached - Remove cached files which are added in .gitignore later.
- Reset File - Reset committed changes of a file.
- Restore Branch - Restore a deleted branch.
- Status - Git status to check the file list in which changes are made.
- Stage - Stage (add) the new changes done to commit those changes.
- Stash - Stash all the current changes, pushes all the changes to stash stack and goes back to last commit.
- Stash File - Stash a particular file, push changes done to a file into stash stack and goes back to last commit for that file.
- Stash List - Check stash stack list.
- Stash Revert - Revert stashed changes from stash stack.
- Switch Branch - Switch current working branch.
- Squash Merge Branch - Squash merge branch to master
Heroku
Kafka
- Create Topic - Create a new topic in zookeeper to be used by Kafka.
Linux
Mongo
NPM
- Login - Login to NPM in your terminal.
- Init - Initialze a
npm
project.
- Publish - Publish a package to npm repository.
PM2
PSQL
Python
SCP
SSH
tar
- Tar Extract - Extract a tar package to specified location.
zip
Contributing Guide
Interested in contributing to this project, check some of our open issues here.
Read our contrubtion guide here.
Help us
We would love to get some suggestions or feedbacks for this project.
If you have any suggestion about the project, let us know by adding a comment here