https://github.com/correlaid/community-workshop-git
https://github.com/correlaid/community-workshop-git
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/correlaid/community-workshop-git
- Owner: CorrelAid
- Created: 2024-09-03T14:45:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T17:46:11.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:37:29.860Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community Workshop: Git(hub) for Newbies
*with Zoé Wolter*
```
$ git clone https://github.com/CorrelAid/community-workshop-git.git
$ git status
$ git add .
$ git commit -m "some message"
$ git push
```