Git Tips

Jerad Bitner gibt einige Tips im Umgang mit Git.

When the time comes to track down what changes have been made to the code in your repository, using Git’s history log is the solution.

$ git log --oneline [<path>]

Possibly related posts (automatically generated)