11![ CI] ( https://github.com/billingegroup/rg-db-public/actions/workflows/main.yml/badge.svg )
2+
23# rg-db-public
3- Billinge Group Public Research Group Database
44
5+ Billinge Group Public Research Group Database
56
67This repo contains public facing data from the Billinge Group in the Applied
7- Physics and Applied Mathematics department at Columbia University. It will be used
8+ Physics and Applied Mathematics department at Columbia University. It will be used
89to build the group dynamic web-site at ` https://billingegroup.github.io ` using
9- regolith (https://github.com/regro/regolith ). Regolith will also build
10+ regolith (https://github.com/regro/regolith ). Regolith will also build
1011people's public facing cv's and publication lists from this information here.
1112
1213You need to be a current or former member of the Billinge Group at Columbia
13- University to update entries in this database. Please reach out to Prof.
14+ University to update entries in this database. Please reach out to Prof.
1415Billinge (sb2896@columbia.edu ) if you are interested in joining the group.
1516
16- For group members, the current branching workflow is to directly clone this
17+ For group members, the current branching workflow is to directly clone this
1718repo to your local, make pushes to branches directly on this GitHub repository
18- and create a PR into the default branch ` main ` . We are no longer using a
19+ and create a PR into the default branch ` main ` . We are no longer using a
1920forking workflow (i.e., don't create a fork).
2021
2122These commands might help you get going:
23+
2224```
2325cd dbs
2426git clone git@github.com:Billingegroup/rg-db-public.git
@@ -27,28 +29,31 @@ git add <files>
2729git commit -m "an informative commit message"
2830git push -u origin <branch_name>
2931```
30- then go to GitHub to open a PR into ` main ` , so it will look like
32+
33+ then go to GitHub to open a PR into ` main ` , so it will look like
3134` base:main <- compare:<branch_name> `
3235
3336Do not ever merge directly into main (actually you shouldn't be able to on GitHub).
34- This merge will be done by Prof. Billinge after review.
37+ This merge will be done by Prof. Billinge after review.
3538
3639To prevent nasty accidents,
37- 1 . create a file in ` rg-db-public/.git/hooks ` called ` pre-commit ` and copy-paste the
38- following into it and save it
40+
41+ 1 . create a file in ` rg-db-public/.git/hooks ` called ` pre-commit ` and copy-paste the
42+ following into it and save it
39432 . Mark the new file as executable: ` chmod +x rg-db-public/.git/hooks/pre-commit ` .
4044
41- This will prevent you accidentally making local changes to your main branch that won't
45+ This will prevent you accidentally making local changes to your main branch that won't
4246be mergeable.
47+
4348```
4449#!/bin/sh
4550#
4651# To prevent accidental commits to main,
47- # copy this file, with name
48- # "pre-commit"
49- # to the
52+ # copy this file, with name
53+ # "pre-commit"
54+ # to the
5055# .git/hooks (notice the dot in front of git)
51- # directory in this
56+ # directory in this
5257# repo
5358
5459branch="$(git rev-parse --abbrev-ref HEAD)"
0 commit comments