Init git repo in link and push it

Created on 27 May 2024, about 1 month ago
Updated 17 June 2024, 11 days ago

Problem/Motivation

We need to init the custom module, that the contributor is working on, with git.

Proposed resolution

  1. cd /web/modules/custom/{module_name}
  2. git init
  3. git branch -M master
  4. git remote add origin https://git.drupalcode.org/project/drp.git
  5. git push -u origin --all

Remaining tasks

@aditiup should do the steps in proposed resolution.

πŸ“Œ Task
Status

Fixed

Component

Code

Created by

πŸ‡ΉπŸ‡³Tunisia Ahmed Aziz ABBASSI

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024