$ git lfs install Clone the git repo with git-lfs enabled $ git clone --recursive https://github.com/slaclab/Simple-ZCU102-Example.git Note: recursive flag used to initialize all submodules within the clone How to generate the SOC .BIT and .XSA files Setup Xilinx PATH and licensing (if...
Once the GitHub repository is created, developers will need to obtain the unique GitHub URL associated with it and provide it to other developers and DevOps professionals. With this URL, developers canclone the GitHub repoalong with anyGit submodulesit may include. Otherlifecycle activities ...
Breadcrumbs cfstep-gitsubmodules / example.yml Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 8 lines (8 loc) · 331 Bytes Raw version: '1.0' steps: updateSubmodules: image: codefreshplugins/cfstep-gitsubmodules environment: - ...
This tutorial will focus on the latter approach, which will include a Git submodule add example that doesn’t require any integration with GitHub and doesn’t need any pre-existing repositories. It’s a simple, bare bones approach to learn how the Git submodule add command works, and it’s...
* /path/to/repo.git => "repo" * host.xz:foo/.git => "foo" * http://example.com/user/bar.baz => "bar.baz" */ char *git_url_basename(const char *repo, int is_bundle, int is_bare); void strip_dir_trailing_slashes(char *dir); void setup_standard_excludes(struct di...
int changed = ie_match_stat(diffopt->repo->index, ce, st, ce_option); if (S_ISGITLINK(ce->ce_mode)) { struct diff_flags orig_flags = diffopt->flags; if (!diffopt->flags.override_submodule_config) set_diffopt_flags_from_submodule_config(diffopt, ce->name); ...
Preferably with git clone. Remeber to download submodules for this repo. git clone git@github.com:wdomski/SX1278-example.git cd SX1278-example git submodule update --init --recursive How to use it Prerequisite You need two boards, preferably identical, and two SX1278 modules. One of the...
Initialise a directory as a git repo, and add an appropriate remote: $ mkdir -p /home/gopher/scratchpad/submodules $ cd /home/gopher/scratchpad/submodules $ git init -q $ git remote add origin https://github.com/go-modules-by-example/submodules ...
branch used for parallel feature development when programming. But continuous integration builds, and automation scripts rarely need a commit history. They usually only need one commit on a specific branch, along with anyassociated git submodules. Hence, that’s what a git clone depth 1 ...
int parse_push_recurse_submodules_arg(const char *opt, const char *arg); void repo_read_gitmodules(struct repository *repo, int skip_if_read); void gitmodules_config_oid(const struct object_id *commit_oid); /** * Same as submodule_from_path but lookup by name. */ const stru...