Skip to content

Instantly share code, notes, and snippets.

View daniellemaxwell's full-sized avatar

Danielle daniellemaxwell

View GitHub Profile
@bbengfort
bbengfort / Envoy Workflows.ipynb
Created August 16, 2024 14:46
Envoy data workflows for travel rule exchanges using pyenvoy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mindplace
mindplace / git_and_github_instructions.md
Last active August 29, 2024 13:21
Pushing your first project to github

1. Make sure git is tracking your project locally

Do you need a refresher on git? Go through Codecademy's git course.

  1. Using your terminal/command line, get inside the folder where your project files are kept: cd /path/to/my/codebase. → You cannot do this simply by opening the folder normally, you must do this with the command line/terminal.
    → Do you need a refresher on using your command line/terminal? I've compiled my favorite resources here.

  2. Check if git is already initialized: git status