Skip to content

Instantly share code, notes, and snippets.

View zyishai's full-sized avatar
🏠
Working from home

Yishai Zehavi zyishai

🏠
Working from home
  • Israel
View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default

@zyishai
zyishai / gist:ad2fe5a7ed9fcd6403d3e87ebc0de45d
Created December 18, 2023 16:34 — forked from koakh/gist:fbbc37cde630bedcf57acfd4d6a6956b
SurrealDB : How to use signin and signup (server + client nodesjs)
**As a developer you have complete control over the signup and signin functionality...**
```shell
$ surreal sql --conn http://localhost:8000 --user root --pass root --ns test --db test
```
```sql
-- optional : this is the default see --ns test --db test start server flags
-- USE NS test DB test;