-
Notifications
You must be signed in to change notification settings - Fork 1
/
got.yaml
34 lines (32 loc) · 1.11 KB
/
got.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
# Members of your group.
group:
- name: Bryant Park
netid: blp73
- name: Chris Xu
netid: cx72
- name: Junkai Zheng
netid: jz765
- name: Ryan Ho
netid: rh564
# Your PM.
pm:
name: Christy Song
netid: cs966
# Set to false if you don't want your gallery entry to be public.
publish: true
# Pithy title
title: "Got: A version of a version control system"
# OK if this is a Cornell Github link, but public gallery viewers won't be able to see it.
git-repo: "https://github.com/ryanisho/got"
# If you have no demo screencast, replace the url string with an empty string ""
demo-video-url: ""
# Write a short, attention-grabbing description of your project.
desc: >
Our project, Got, is a version control system, similar to Git. It implements
commands standard to Git such as init, add, commit, status, log, reset, branch, checkout.
The main functionality that Got will support is
(1) Saving files and directories
(2) Restoring past versions of files and directories
(3) Working across multiple branches
Users can interact with Got via the command line. Run `/.got` to see the list of commands!