-
Updated
May 2, 2021 - C
version-control
Here are 635 public repositories matching this topic...
-
Updated
Feb 15, 2021 - C#
-
Updated
May 2, 2021 - Python
-
Updated
Apr 19, 2021 - PHP
-
Updated
May 2, 2021 - Python
-
Updated
May 1, 2021 - C#
-
Updated
May 2, 2021 - Rust
-
Updated
Apr 20, 2021 - Python
-
Updated
May 2, 2021 - Emacs Lisp
Currently the PyTorch Lightning tests download mnist and train a real model. We shouldn't do that to just test that the callback works -- they should run a fake training process of some kind.
-
Updated
Aug 2, 2016 - Go
-
Updated
Mar 29, 2019 - JavaScript
Limitation
Currently snow log --output=json returns the full snapshot of each commit. A typical view for plugins working with SnowFS will be to show the files modified for each commit. This means every plugin will reimplement a log-diff-view feature.
Proposed Solution
We can add this functionality natively and add an option to snow log to print all files per commit or only changed
-
Updated
Apr 21, 2021 - Emacs Lisp
-
Updated
Apr 29, 2021 - Java
-
Updated
Jan 8, 2019 - Go
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Apr 23, 2021 - C#
-
Updated
Apr 24, 2021 - Python
The first episode is more a description of "a" version control system, rather than of Git. I think that's useful as this is the first exposure of many learners to the concept. Also, the model based on diffs in not completely accurate for Git. A compromise to be both accurate and keep it simple could be to change the second objective to reflect this. So, what about?
Understand the basics
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jan 14, 2021 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Mar 15, 2021
Improve this page
Add a description, image, and links to the version-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the version-control topic, visit your repo's landing page and select "manage topics."
I'm trying to display the modifications in the last commit. To de so I'm trying to use
gl history.The verbose option provides a nice display of changes.
Unfortunately the
-l(limit) option is apparently limited.It seam that it always start counting history from the first commit. I couldn't find how to display the history starting from a specific commit, or HEAD - x commits.
An op