Giter VIP home page Giter VIP logo

ak-cli's Introduction

List of some daily used commands for tech geeks.

Give us a ⭐ if you like our work ❤️

Github Repo Size LICENSE Contributors Commit Issues Pull Requests

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.

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

Contributors

Thank you to all the contributors who have helped us in making this project better 🙌

ak-cli's People

Contributors

arshadkazmi42 avatar sakshaymahna avatar sinumohan avatar 7jones avatar mariumfirdous avatar fgehrlicher avatar xfreed0m avatar idg772mn avatar rysercar avatar alinebrito avatar thilakarajk avatar sumeetp4 avatar amishnick avatar jiahua-zou avatar logik-dev avatar caverav avatar jeremymanuel avatar kurtlehnardt avatar marielenna avatar rafaellarsa avatar safirangi avatar ssd71 avatar supasheva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.