Skip to content
#

versioncontrol

Here are 15 public repositories matching this topic...

This Python script creates a GitHub bot that automates the creation of a private repository (if it doesn't exist) and commits at random dates from 1 year ago to the present. It uses the GitHub API to manage repositories and the git command line tool to make commits. The dates for commits are randomly generated within a specified range.

  • Updated Aug 15, 2023
  • Python

This workshop will give you a solid introduction to Git. Git is software originally designed to help manage vast, decentralized software projects with hundreds of authors, but it works just as well with many things that aren’t software, like data and text. Imagine having a complete archive of your work at every stage in its development! This wor…

  • Updated Jan 13, 2022
  • HTML

Improve this page

Add a description, image, and links to the versioncontrol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the versioncontrol topic, visit your repo's landing page and select "manage topics."

Learn more