Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
18 results tagged versioning  ✕
Using Askgit https://willschenk.com/articles/2020/using_askgit/
Sun 16 Aug 2020 09:44:12 AM CEST
QRCode

askgit provides a sql interface to your git repository.

article command_line git software tutorial versioning
Learn git concepts, not commands https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc
Sun 28 Jun 2020 09:06:59 PM CEST
QRCode
article git guidelines software tutorial versioning
Dolt Use Cases https://www.dolthub.com/blog/2020-03-30-dolt-use-cases/
Wed 01 Apr 2020 09:46:48 PM CEST
QRCode

Dolt is Git for data. Instead of versioning files, Dolt versions tables. DoltHub is a place on the internet to share Dolt repositories. As far as we can tell, Dolt is the only database with branches. How would you use such a thing?

article data tools versioning
Mercurial's Journey to and Reflections on Python 3 | Gregory Szorc https://gregoryszorc.com/blog/2020/01/13/mercurial%27s-journey-to-and-reflections-on-python-3/
Tue 14 Jan 2020 07:00:13 AM CET
QRCode

Speaking as a maintainer of Mercurial and an avid user of Python, I feel like the experience of making Mercurial work with Python 3 is worth sharing because there are a number of lessons to be learned.

article python story versioning
Gitea https://gitea.io/en-us/
Thu 14 Nov 2019 08:07:13 PM CET
QRCode
git online opensource service software versioning
tig - Git add-on to manage large binary files https://github.com/jonas/tig
Sun 25 Aug 2019 04:50:07 PM CEST
QRCode

An ncurses-based text-mode interface for git that can act as a repository browser, but can also assist in staging changes for commit at chunk level.

image

#cli-app curses git opensource software source_code versioning
Mercurial - Distributed versioning system https://www.mercurial-scm.org/
Sun 25 Aug 2019 04:50:04 PM CEST
QRCode

Free, distributed source control management tool.

#cli-app homepage opensource software versioning
git-stats - Git add-on to get statistics of a repository https://github.com/IonicaBizau/git-stats
Sun 25 Aug 2019 04:50:01 PM CEST
QRCode

"Local git statistics including GitHub-like contributions calendars."

image

#cli-app git homepage opensource software statistics versioning
git - The widely used versioning tool https://git-scm.com/
Sun 25 Aug 2019 04:49:56 PM CEST
QRCode

The winner across all the existing file versioning tools; distributed versioning; fully controllable from the command-line; plenty of configuration and usage options; behind a number of related project that leverage git as a back-end.

#cli-app coding_lang:c git homepage opensource software versioning
The market figured out GitLab’s secret | GitLab https://about.gitlab.com/2019/08/08/built-in-ci-cd-version-control-secret/
Fri 09 Aug 2019 05:26:56 AM CEST
QRCode

Why we decided to combine version control with CI, and the rise of the single application.

article git story versioning
Semantic Commit Messages https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
Sat 06 Oct 2018 05:59:56 PM CEST
QRCode

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

where <scope> is optional.

Example
feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

More Examples:

  • feat: new feature for the user, not a new feature for build script
  • fix: bug fix for the user, not a fix to a build script
  • docs: changes to the documentation
  • style: formatting, missing semi colons, etc; no production code change
  • refactor: refactoring production code, eg. renaming a variable
  • test: adding missing tests, refactoring tests; no production code change
  • chore: updating grunt tasks etc; no production code change
article programming style versioning
How To Switch Between Different Versions Of Commands In Linux https://www.ostechnix.com/how-to-switch-between-different-versions-of-commands-in-linux/
Thu 16 Aug 2018 06:12:14 PM CEST
QRCode

The alt is a command line tool that helps you to switch between different versions of commands in Unix-like systems. It is a simple, free, open source tool written in Rust programming language.

#cli-app article coding_lang:rust linux opensource versioning
alt - Tool for switching between different versions of commands https://github.com/dotboris/alt
Thu 16 Aug 2018 06:10:19 PM CEST
QRCode

Tool for switching between different versions of commands.

Related articles

  • How To Switch Between Different Versions Of Commands In Linux
#cli-app linux opensource rust software source_code versioning
Gource - a software version control visualization tool http://gource.io/#related
Thu 11 Aug 2016 09:49:06 PM CEST
QRCode
opensource tools versioning visualization
Semantic Versioning 2.0.0 http://semver.org/
Sat 28 Nov 2015 06:52:06 PM CET
QRCode

In the world of software management there exists a dread place called "dependency hell." The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of despair.

This page provides guidelines for version numbering your software.

guidelines programming software_engineering versioning
How To Use Git to Manage your User Configuration Files on a Linux VPS | DigitalOcean https://www.digitalocean.com/community/tutorials/how-to-use-git-to-manage-your-user-configuration-files-on-a-linux-vps
Mon 10 Aug 2015 10:32:04 PM CEST
QRCode

The ability to customize tools to suit your needs is one of the great advantages of many Linux utilities. However, when you find yourself working on a new server, there is the issue of getting the settings you are comfortable with working in a new env.

article blog configuration git linux versioning
Create, review and deploy code together with GitLab open source git repo management software | GitLab https://about.gitlab.com/
Mon 10 Aug 2015 10:30:27 PM CEST
QRCode

GitLab includes git repository management, code reviews, issue tracking, wikis and much more. GitLab comes with GitLab CI, an easy to use continuous integration and deployment tool.

git opensource software versioning web
git-annex - Git add-on to manage large binary files https://git-annex.branchable.com/
Mon 08 Sep 2014 01:11:45 PM CEST
QRCode

git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.

git-annex is designed for git users who love the command line. For everyone else, the git-annex assistant turns git-annex into an easy to use folder synchroniser.

#cli-app git homepage opensource software sync versioning
3660 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn