GithubHelp home page GithubHelp logo

gitiqt's People

Contributors

rangtuk avatar yurisim avatar

Watchers

 avatar

gitiqt's Issues

Diff

  • Show and display any changes since the last commit
  • Compare files from two different branches.

Cloning

  • Test an individual's ability to use git clone.
  • What directly does cloning the project put the project in? Do I need to cd into the working project? (This is a fairly common thing to forget to do)
  • How do you clone to a specific branch?

Config Globals

  • Oh no! Someone else's credentials are on your git machine. How do you set the global configs to use your email and name instead?

Add File to Commit

  • How do I add a file to be commited? (Add two different files).
  • When adding files, differentiate between someone using git add --all and someone using git add <fileName>
  • How do I check the status of the commit? (Show 3 files if git add --all was used, show 2 if git add <fileName> was used)
  • Oh no! looks like a random file was accidently added to be committed! How do I remove it? (Only show if the git add --all` was used).
  • Changes look good now, how do I commit a commit?
  • How do I push my changes to the server?

Stash

  • You an a coworker are struggling on a task on a feature branch and you want to try something radically different that would require you to undo a lot of a uncommited work the coworker did. You don't really want to commit, because you want to quickly undo it if you go with the way you are thinking of. What's a way to save your coworkers work?

New Branches and Merging Branches

  • You and another coworker are working on two different but related issues. How do you make a new branch with a specific name with their branch as the initial point?
  • Alternatively, how do you start a new branch from the dev branch and then merge in his changes?

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.