Skip to main content

Posts

Showing posts from May, 2021

Looking to streamline your business with Odoo?

🚀 Looking to streamline your business with Odoo? Whether you're exploring CRM , Project Management , Accounting, Inventory, Manufacturing, or a complete ERP solution, I’d be happy to help you understand how Odoo can fit your business needs. As an experienced Odoo Consultant and Implementation Partner , I help businesses: Select the right Odoo apps Plan successful implementations Customize workflows Migrate from older versions Optimize business processes Ready to see Odoo in action? 📌 Book your FREE Odoo Demo using my referral link: Odoo CRM Demo 📌 Interested specifically in Project Management ? Odoo Project Demo If you'd like to learn more about Odoo or discuss your business requirements, feel free to connect with me or send me a message. #Odoo #ERP #CRM #ProjectManagement #BusinessAutomation #DigitalTransformation #OdooPartner #OdooConsultant

Basic Git Commands

Git Commands Git is the open-source VCS(Version Control System). That allows you to track project and files. Most of the Software companies are using this feature for mainting code development. Git is available for different OS such as Linux, Windows and Mac. git init git init [project name] git clone git add git commit git config git status git checkout git branch git pull git push

Gitlab Shell Command for Different OS

How to open Gitlab Shell Command in different Operating System. For macOS :  Mac has built-in Terminal. Press  ⌘ command  +  space  and type "Terminal" to find. For Windows : Windows has built-in cmd . Click on the search icon on the bottom navigation bar on Windows and type cmd to find it. Git Bash it also built-in Git for Windows. For Linux : Linux has built-in Linux Terminal.