Skip to content

Instantly share code, notes, and snippets.

View irsyadrdp's full-sized avatar

Irsyad Riandri irsyadrdp

  • Bandung, Indonesia
View GitHub Profile
@irsyadrdp
irsyadrdp / Drive rename.js
Created January 12, 2024 11:46 — forked from edoan/Drive rename.js
Remove "Copy of" filename prefix when copying an entire folder from one Google Drive account to another Google Drive account
/* Need to copy an entire folder from one Google Drive account to another Google Drive account?
* 1. Right-click on original folder in Google Drive
* 2. Share with the destination Google account
* 3. Go into destination account's Google Drive
* 4. Find the shared folder under "Shared with me"
* 5. Select all the files (Ctrl-A / Cmd-A)
* 6. Right-click, Make a copy
* 7. Create a New Folder in destination account's Google Drive
* 8. Go to Recent
* 9. Select all recently copied files and move to the new folder
@irsyadrdp
irsyadrdp / conventional_commit_messages.md
Created February 13, 2023 16:27 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commit Messages

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default