CoolFace
Datasetpublic

gnumanth/git-tips

git-tips Most commonly used git tips and tricks. This is a dataset from git-tips

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes16downloads
README.md29 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: tip5    dtype: string6  - name: title7    dtype: string8  splits:9  - name: train10    num_bytes: 7206.089820359281511    num_examples: 8312  - name: test13    num_bytes: 2951.892215568862414    num_examples: 3415  download_size: 1051416  dataset_size: 10157.98203592814417configs:18- config_name: default19  data_files:20  - split: train21    path: data/train-*22  - split: test23    path: data/test-*24---25 26# git-tips27> Most commonly used git tips and tricks.28 29This is a dataset from [git-tips](https://github.com/git-tips/tips)