Skip to main content

Breadcrumb

  1. ACCESS Home
  2. Support
  3. Knowledge Base
  4. Knowledge Base Resources

Knowledge Base Resources

These resources are contributed by researchers, facilitators, engineers, and HPC admins. Please upvote resources you find useful!
Add a Resource

Filters

Topics

  • Show all (17)
  • (-) git (3)
  • (-) github (3)
  • cpu-architecture (1)
  • data-transfer (1)
  • environment-modules (1)
  • github-pages (1)
  • modules (1)
  • os (1)
  • permissions (1)
  • profiling (1)
  • ssh (1)
  • version-control (1)
  • vim (1)

Topics

  • Show all (17)
  • (-) git (3)
  • (-) github (3)
  • cpu-architecture (1)
  • data-transfer (1)
  • environment-modules (1)
  • github-pages (1)
  • modules (1)
  • os (1)
  • permissions (1)
  • profiling (1)
  • ssh (1)
  • version-control (1)
  • vim (1)

If you'd like to use more filters, please login to view them all.

Version control with Git
1
  • Version Control with Git
Understand the benefits of an automated version control system and the basics of how automated version control systems work. Configure git the first time it is used on a computer and understand the meaning of the --global configuration flag. Create a local Git repository and describe the purpose of the .git directory. Go through the modify-add-commit cycle for one or more files, explain where information is stored at each stage of that cycle, and distinguish between descriptive and non-descriptive commit messages.
version-controlgithubgit
1 Like

Login to like
Type
learning
Level
Beginner
Git Branching Workflow and Maneuvers
0
  • "A Successful Git Branching Model"
  • "Git Flight Rules"
A couple of resources that: 1.) Presents and defends a git branching workflow for stable collaborative git based projects. ("A Successful Git Branching Model") 2.) Maps "What do you want to do?" to the commands necessary to accomplish it. ("Git Flight Rules")
githubgit
0 Likes

Login to like
Type
learning
Level
Beginner, Intermediate, Advanced
Building the ArduPilot environment for Linux
0
  • Building the ArduPilot environment for Linux
This article provides instructions for building AirSim, an open-source simulator for autonomous vehicles, on Linux. It outlines the steps to build Unreal Engine, clone and build the AirSim repository, and set up the Unreal environment. It also includes information on how to use AirSim and optional setups such as remote control for manual flight.
profilingdata-transfergithubgithub-pagescpu-architecturebashenvironment-modulesgitmodulesospermissionssshvim
0 Likes

Login to like
Type
documentation
Level
Beginner