Skip to content

X-DPU/opendpu_app_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO

Download and install repo

  • download repo's execution file from google
mkdir -p ~/.bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+rx ~/.bin/repo
  • add path in ~/.bashrc
export PATH="${HOME}/.bin:${PATH}"

Initialization

repo init -u https://github.com/X-DPU/opendpu_app_manifest.git -b main
repo sync
repo forall -c git checkout -b main
repo forall -c git branch --set-upstream-to=origin/main main

pull all projects

repo forall -cvp git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages