All Projects → dlab-berkeley → Bash-Git

dlab-berkeley / Bash-Git

Licence: MIT license
D-Lab's 3 hour introduction to basic Bash commands and using version control with Git and Github.

Projects that are alternatives of or similar to Bash-Git

Gitman
Language-agnostic dependency manager using Git.
Stars: ✭ 139 (+10.32%)
Mutual labels:  version-control
Libgit2sharp
Git + .NET/Mono = ❤
Stars: ✭ 2,469 (+1859.52%)
Mutual labels:  version-control
cleanup
This tool was built for me and you to help us `cleanup` our folders with just a single command from the terminal.
Stars: ✭ 29 (-76.98%)
Mutual labels:  unix-shell
Gitoxide
An idiomatic, lean, fast & safe pure Rust implementation of Git
Stars: ✭ 2,696 (+2039.68%)
Mutual labels:  version-control
Clearml Server
ClearML - Auto-Magical Suite of tools to streamline your ML workflow. Experiment Manager, ML-Ops and Data-Management
Stars: ✭ 186 (+47.62%)
Mutual labels:  version-control
Test Repo
This is a test repo, please fork me !!! \(^_^)/
Stars: ✭ 217 (+72.22%)
Mutual labels:  version-control
Dulwich
Pure-Python Git implementation
Stars: ✭ 1,663 (+1219.84%)
Mutual labels:  version-control
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-85.71%)
Mutual labels:  version-control
Clearml
ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management
Stars: ✭ 2,868 (+2176.19%)
Mutual labels:  version-control
dot-elvish
My configuration files for elvish - mirrored from GitLab
Stars: ✭ 43 (-65.87%)
Mutual labels:  unix-shell
Git Test
test your commits
Stars: ✭ 164 (+30.16%)
Mutual labels:  version-control
Pysvn
Lightweight Subversion library for Python.
Stars: ✭ 168 (+33.33%)
Mutual labels:  version-control
Git Novice
Version Control with Git
Stars: ✭ 227 (+80.16%)
Mutual labels:  version-control
Ansible Role Git
Ansible Role - Git
Stars: ✭ 153 (+21.43%)
Mutual labels:  version-control
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-81.75%)
Mutual labels:  version-control
Gitless
A simple version control system built on top of Git
Stars: ✭ 1,660 (+1217.46%)
Mutual labels:  version-control
Versionpress
Git-based version control for WordPress. Whoa!
Stars: ✭ 2,479 (+1867.46%)
Mutual labels:  version-control
git-rdm
A research data management plugin for the Git version control system.
Stars: ✭ 34 (-73.02%)
Mutual labels:  version-control
TermGL
2D & 3D graphics engine in the terminal [C/C++]
Stars: ✭ 219 (+73.81%)
Mutual labels:  unix-shell
Tutorials
🗒 codebar's tutorials
Stars: ✭ 231 (+83.33%)
Mutual labels:  version-control

D-Lab's Bash and Git Workshop

Datahub License: CC BY 4.0

This repository contains the materials for D-Lab’s Bash and Git workshop, a fast introduction to using the terminal for git. No prior experience in either Bash or Git is necessary.

Workshop Goals

In this workshop, we provide an introduction to using bash, the Bourne-Again Shell, which is used to interact with your computer via a terminal, and git, a version control software. This workshop is designed to provide a fast (3 hours) introduction to both these topics.

Installation Instructions

Before attending the workshop, please ensure you have gone through these instructions.

You'll need to make sure git is installed on your system. General instructions are available on Github.

  • Windows: You can install git via git for Windows.
  • Mac: It is very likely git should already come installed with your Mac. You can open a terminal and run git version to make sure. If it's not installed, you can install it using Homebrew.
  • Linux: You can use whatever package management system your distribution uses to install git. For Debian/Ubuntu, this is apt. For Fedora, this will be dnf.

Once git is installed on your computer, open up the Markdown file lessons/01_getting_started.md to create a Github account and set up authentication tokens. Then, we'll download these materials using a git clone step.

Is Bash or Git not Working on Your Computer?

If you do not have git installed and the materials loaded on your workshop by the time it starts, you can use the UC Berkeley DataHub to run the materials for these lessons. You can access the DataHub by clicking the following button:

Datahub

The DataHub downloads this repository, along with any necessary packages, and allows you to run the materials on UC Berkeley's servers. No installation is necessary from your end - you only need an internet browser and a CalNet ID to log in. By using the DataHub, you can save your work and come back to it at any time. When you want to return to your saved work, just go straight to Datahub, sign in, and click on the Bash-Git folder. Then click on New -> Terminal to open a terminal on DataHub.

Additional Resources

Software Carpentry:

About the UC Berkeley D-Lab

D-Lab works with Berkeley faculty, research staff, and students to advance data-intensive social science and humanities research. Our goal at D-Lab is to provide practical training, staff support, resources, and space to enable you to use R for your own research applications. Our services cater to all skill levels and no programming, statistical, or computer science backgrounds are necessary. We offer these services in the form of workshops, one-to-one consulting, and working groups that cover a variety of research topics, digital tools, and programming languages.

Visit the D-Lab homepage to learn more about us. You can view our calendar for upcoming events, learn about how to utilize our consulting and data services, and check out upcoming workshops.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].