https://github.com/afinemax/dev-reference
Reference sheets for common (or uncommon) git, Linux, bash etc commands. Instead of having to remember all the clever solutions just self document them for the future.
https://github.com/afinemax/dev-reference
git notes refernce
Last synced: over 1 year ago
JSON representation
Reference sheets for common (or uncommon) git, Linux, bash etc commands. Instead of having to remember all the clever solutions just self document them for the future.
- Host: GitHub
- URL: https://github.com/afinemax/dev-reference
- Owner: afinemax
- License: mit
- Created: 2025-02-27T09:52:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T13:11:36.000Z (over 1 year ago)
- Last Synced: 2025-02-27T13:44:38.660Z (over 1 year ago)
- Topics: git, notes, refernce
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Reference
## Overview
This repository serves as a collection of commonly used Git, Linux, Python, and development tools used in astronomy,Python, linux based development environments. It is designed to provide me with a convenient way to recall solutions and workflows specific to astronomy research and software development, without needing to google or ask chat gpt, ensuring a smoother and more efficient workflow. Think of it as "figure it out once, and write it down — instead of forgetting in a few months.". Not intended as tutorials, you should always make your own reference sheets.
## Contents:
* [Git](https://github.com/afinemax/dev-reference/blob/master/git_commands.md) - Commands and workflow for using git
* [Linux](https://github.com/afinemax/dev-reference/blob/master/linux.md) - Linux essentials, including basic SSH config
* [Juypter over ssh](https://github.com/afinemax/dev-reference/blob/master/jupyter_over_ssh.md) - How to run a jupyter-notebook session over an SSH tunnel
* [Anaconda Environments](https://github.com/afinemax/dev-reference/blob/master/managing_python_conda_envs.md) - How to create, switch, import, export anaconda `python` environments, as well as installing packages.
* [Docker](https://github.com/afinemax/dev-reference/blob/master/docker_basics.md)- How download, and run a docker image, how use a docker compose `.yml` file, and how to start an interactive docker image session