AICollection Help

Git

CMD+T - Update project from remote

git pull

Tool

Compatibility

PHPStorm

Webstorm

Writerside

CMD+K - Commit and push changes to remote

(The push is optional, but it's a good practice to keep your remote repository up-to-date)

git add . git commit -m "Your message" git push

Tool

Compatibility

PHPStorm

Webstorm

Writerside

Last modified: 19 November 2024