GithubHelp home page GithubHelp logo

dotfiles-4's Introduction

Ryan's Dot Files

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Applications Overview

Hyper.js

ZSH

Commands

DOCKER CONTAINERS AND COMMANDS

  • dcleanup - Remove all containers and images that are currently not used.
  • del_stopped - If a container is currently stopped, delete it before starting new one.
  • jenkins - Launches Jenkins server on remote Docker host (AWS for me).
  • base - My customized base image based on Debian Stretch.
  • alpine - Lightweight experiments.
  • node - My Node container.
  • curl - CURL application on Debian Stretch.
  • npm - NPM from my Node container.
  • composer - PHP composer application.

GNUPG

  • keys - List GPG keys in gpg-agent
  • publickey - Display public key in the console.
  • privatekey - Display private key in the console.
  • ec - Symmetric encrypt a file. Example: ec myfile.txt
  • dc - Decrypt a file. Example: dc [ecnrypted file] [output]

GIT

  • git lg - Display GIT history as tree graph.
  • git lg1 - Same but with more info.
  • git lg2 - Same but with more info.
  • git lg3 - Same but with more info.
  • git l - View history of last 20 commits.
  • git s - Status of current directory.
  • git d - Show the diff between the last commit and the current state.
  • git di # - Show the diff between the state (number) revisions ago and current. Example: git di 3
  • git p - Pull in remote changes for the current repository and all submodules.
  • git c - Clone a repo including all submodules. Example git c [url]
  • git ca - Commit all changes
  • git go - Switch to a new branch, creating it if necessary. Example: git go develop
  • git tags - Show verbose output about tags.
  • git branches - Show verbose output about branches.
  • git remotes - Show verbose output about remotes
  • git ammend - Ammend the currently staged files to the latest commit.
  • git credit - Credit an author on the latest commit. Example: git credit Ryan [email protected]
  • git reb - Interactive rebase with the given number of latest commits. Example: git reb 2
  • git retag - Remove the old tag with this name and tag the latest commit with it. Example: git retag release
  • git fb - Find branches containing a commit. Example: git fb [sha]
  • git ft - Find tags containing a commit. Example: git ft [sha]
  • git fc - Find commits by source code. Example: git fc [file name]
  • git fm - Find commits by commit message. Exampe: git fm 'help'
  • git dm - Remove all branches that have already been merged to master.
  • git contributors - List contributors along with number of commits.
  • git mpr - Merge GitHub pull request on top of master branch.

Inspiration

Required (with examples)

  • GitHub User name: ryanjohnston
  • GitHub Author email: [email protected]
  • GPG Signing Key: 7DF2891B17435099

dotfiles-4's People

Contributors

ryanjohnston avatar

Watchers

Jeff Lewis avatar James Cloos 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.