Menu

Development with GIT and Sourceforge.net

Daniel Langr
  1. Create Sourceforge.net account.
  2. Optionally upload SSH public key(s) for passwordless access to GIT repositories. (See Sourceforge.net documentation for more details).
  3. Let Tomas Dytrych know about your username.
  4. Wait till you are in the LSU3shell developers group.
  5. Clone LSU3shell GIT repository with the following command (this will create directory called lsu3shell in your actual directory):

    git clone ssh://yourusername@git.code.sf.net/p/lsu3shell/code lsu3shell

  6. Go to the lsu3shell directory.

  7. Setup your name and e-mail:

    git config user.name "Firstname Surname"

    git config user.email "first.surname@gmail.com"

Now, you can use GIT commands to participate on the project. Please, do not work with the master branch directly. Contact Tomas Dytrych for actual branching policy.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.