-
Updated
Aug 30, 2020 - C
#
version-control
Here are 475 public repositories matching this topic...
A cross-platform, linkable library implementation of Git that you can use in your application.
Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
git
git-lfs
sync
privacy
cross-platform
dropbox
version-control
sharing
collaboration
self-hosted
linux-distributions
sparkleshare
-
Updated
Jun 29, 2020 - C#
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
Aug 30, 2020 - Python
Git-based version control for WordPress. Whoa!
-
Updated
Jul 29, 2020 - PHP
Git + .NET/Mono = ❤
-
Updated
Aug 25, 2020 - C#
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
Mar 10, 2020 - Python
TRAINS - Auto-Magical Experiment Manager & Version Control for AI - NOW WITH AUTO-MAGICAL DEVOPS!
experiment
machine-learning
control
ai
deep-learning
version-control
version
machinelearning
deeplearning
trains
experiment-manager
trainsai
-
Updated
Aug 27, 2020 - Python
owtk
commented
Sep 29, 2019
Issue #409 introduced a new function to indicate which systems support symlinks:
(defun straight--windows-os-p ()
"Check if the current operating system is Windows."
(memq system-type '(ms-dos windows-nt cygwin)))
cygwin should not be in this list, it supports symlinks. It runs on windows-os, but in its own environment, with its own filesystem including /tmp, /proc, .. and its ow
1
An idiomatic, modern, lean, fast, safe & pure rust implementation of git
-
Updated
Aug 31, 2020 - Rust
Natural node.js and npm version manager for windows.
-
Updated
Mar 29, 2019 - JavaScript
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
Aug 26, 2020 - 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
Script and create SQL Server objects quickly
-
Updated
Jul 9, 2020 - C#
A toolset for code analysis and report visualisation
-
Updated
Jul 15, 2020 - JavaScript
Requirements management using version control.
-
Updated
Aug 5, 2020 - Python
-
Updated
Jul 22, 2020 - JavaScript
Lightweight Subversion library for Python.
-
Updated
Jul 15, 2020 - Python
TRAINS Server - Auto-Magical Experiment Manager & Version Control for AI
kubernetes
experiment
machine-learning
control
ai
deep-learning
version-control
version
machinelearning
deeplearning
experiment-manager
-
Updated
Aug 24, 2020 - Python
Ansible Role - Git
-
Updated
Aug 21, 2020
Language-agnostic dependency manager using Git.
-
Updated
Aug 26, 2020 - Python
A pure JS local Git to versionize any JSON
-
Updated
Mar 20, 2017 - JavaScript
Transform sketch files to json and json to sketch files
-
Updated
Aug 25, 2020 - JavaScript
Collecting thoughts about data versioning
-
Updated
Jul 3, 2019
Everything you need to hold your LabView projects version controlled with GIT.
-
Updated
Sep 19, 2017
An open source GIT Unity3D editor plugin.
-
Updated
Nov 9, 2019 - C#
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