Git - nano to edit the file or resolve the conflict from the server

0 votes
168 views
added Oct 16, 2024 in Git by lcjr Lieutenant (12,120 points)

When conflict on server, run the nano (nano the conflict file)

e.g nano makes/brandlist.php

Once the code corrected:

  1. Ctrl O to save (write out)
  2. Enter to confirm
  3. Ctrl X (to exit)
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...