Git Product home page Git Product logo

cli-cheat-sheet's Introduction

cli-cheat-sheet's People

Contributors

bliiir avatar blobaugh avatar bradchando avatar bradp avatar camdensegal avatar devinsays avatar garyjones avatar gboone avatar gregrickaby avatar imbigwill avatar jdgrimes avatar jtsternberg avatar longster avatar salcode avatar tw2113 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cli-cheat-sheet's Issues

how change master to older commit without deleting current commit

i have this commits in my local and remote repository
A B C
and master points to c
i want to change master to B (or A) in my local and remote

after tried this commands:
git reset --hard
git push -f origin master

that commands change master to B but also delete c commit so i can't checkout to c in future. how can i do that without deleting any commit or history?
just change master's pointer to older commit id in local and remote
A B C
|
master
A B C
|
master

Cheatsheet should mention it is OS X specific

This cheatsheet is awesome! I love it.

One big thing, though, many commands are OS X specific. Should that be mentioned up front? Could trip up somebody learning CLI and trying to apply those commands on Linux or another OS.

Examples: pbcopy and open.

Standardize parameter syntax

We are using a variety of syntax to indicate placeholder parameters and such. Can we decide on a syntax we will use globally?

Something like wrapping parameters in carrots seems like it could work nicely and not conflict with the commands?

e.g.

cd <file>

git checkout <branch-name>

ssh <username>@<url or ip>

This could potentially conflict with using the command line > and >> operators.

Any thoughts?

SSH Keys

Do you think we should cover use and generation of SSH keys? It could be useful for the server commands / administration section but it also might be going to deep for this repo which is generally meant to be just the basics.

Should we just link to external resources?

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.