https://github.com/chendaniely/2018-05-30-dspg_git
training
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 2 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Keywords
training
Last synced: 5 months ago
·
JSON representation
Repository
training
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
training
Created over 7 years ago
· Last pushed over 7 years ago
Metadata Files
Readme
README.md
Intro and branching for DSPG
git init: initialize a respostory- only type this once, do not 'nest' your repositories
git status: tells you what is going on
this is an italic, and this is bold
git addwill add a file to the staging areagit commitwill take whatever is in the staging area and commit it- this will open a text editor for you to write your message
git commit -m "message": will allow you to write a commit message in a single line
Branching in Git
- use
git branch MY_BANCH_NAMEto create a new branch. - use
git checkout MY_BRANCH_NAMEto go to that branch. look at where things are with
statusorlog --oneline --allAn auto-merge happens when you edit a file in different locations
A merge conflict happens when you edit it in the same location
You can create a Pull Request (merge requests) when you push a branch to a remote
gizems change is here here it is
Owner
- Name: Daniel Chen
- Login: chendaniely
- Kind: user
- Location: JFK -> DCA -> ROA -> JFK -> YVR
- Company: @rstudio @UBC-DSCI @UBC-MDS
- Website: http://chendaniely.github.io
- Twitter: chendaniely
- Repositories: 460
- Profile: https://github.com/chendaniely
bow ties are cool
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Chen | c****d@v****u | 13 |
| gk | g****z@v****u | 3 |
Committer Domains (Top 20 + Academic)
vt.edu: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 5 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- gkorkmaz (1)
- chendaniely (1)