-
Updated
Jul 2, 2021 - C
#
version-control
Here are 659 public repositories matching this topic...
A cross-platform, linkable library implementation of Git that you can use in your application.
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
python
markdown
version-control
rstudio
jupyter-notebook
rmarkdown
knitr
jupyterlab
hydrogen
notebooks
jupyterlab-extension
-
Updated
Jun 29, 2021 - Python
Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
git
git-lfs
linux
sync
privacy
cross-platform
dropbox
version-control
sharing
gnome
collaboration
self-hosted
sparkleshare
-
Updated
May 21, 2021 - C#
ClearML - Auto-Magical Suite of tools to streamline your ML workflow. Experiment Manager, ML-Ops and Data-Management
experiment
devops
machine-learning
control
ai
deep-learning
version-control
version
k8s
machinelearning
deeplearning
trains
experiment-manager
trainsai
clearml
mlols
-
Updated
Jul 4, 2021 - Python
Git-based version control for WordPress. Whoa!
-
Updated
Jun 15, 2021 - PHP
Git + .NET/Mono = ❤
-
Updated
Jul 3, 2021 - C#
An idiomatic, lean, fast & safe pure Rust implementation of Git
-
Updated
Jul 4, 2021 - Rust
Tools for diffing and merging of Jupyter notebooks.
git
diff
jupyter
version-control
jupyter-notebook
mercurial
merge
vcs
diffing
hg
mergetool
merge-driver
jupyterlab-extension
-
Updated
Jun 28, 2021 - Python
-
Updated
Jul 4, 2021 - Emacs Lisp
bfirsh
commented
Mar 8, 2021
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.
s3git: git for Cloud Storage. Distributed Version Control for Data. Create decentralized and versioned repos that scale infinitely to 100s of millions of files. Clone huge PB-scale repos on your local SSD to make changes, commit and push back. Oh yeah, it dedupes too and offers directory versioning.
-
Updated
Aug 2, 2016 - Go
Natural node.js and npm version manager for windows.
-
Updated
Jun 10, 2021 - JavaScript
1
seb-mtl
commented
Jun 18, 2021
Emacs package for highlighting uncommitted changes
-
Updated
Jul 3, 2021 - Emacs Lisp
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
config
git
repository
version-control
configuration
zookeeper
configuration-management
vcs
config-server
service-configuration
configuration-server
-
Updated
Jul 5, 2021 - Java
A command-line journal that is distributed and encrypted, making it easy to jot notes 📓
-
Updated
Jan 8, 2019 - Go
shabazpatel
opened
Dec 7, 2018
A toolset for code analysis and report visualisation
-
Updated
May 6, 2021 - JavaScript
Script and create SQL Server objects quickly
-
Updated
Jun 25, 2021 - C#
Requirements management using version control.
-
Updated
Jun 28, 2021 - Python
Open
lesson citation
1
kekoziar
commented
Jun 13, 2020
The lesson citation needs to be updated. It's a few years out of date.
-
Updated
May 12, 2021 - JavaScript
ClearML - Auto-Magical Suite of tools to streamline your ML workflow. Experiment Manager, ML-Ops and Data-Management
kubernetes
experiment
machine-learning
control
ai
deep-learning
version-control
version
k8s
machinelearning
deeplearning
experiment-manager
clearml-agent
trains-agent
-
Updated
May 27, 2021 - Python
Lightweight Subversion library for Python.
-
Updated
Apr 30, 2021 - Python
Ansible Role - Git
-
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