-
Notifications
You must be signed in to change notification settings - Fork 63
zdocs GIT notes
jhilyard edited this page Feb 11, 2021
·
1 revision
Resetting my local repository to what is on the remote:
git fetch origin
git reset --hard origin/master
git clean -f
Connecting to remote
Getting new .gitignore entries to work Make sure you have committed all other changes before doing this:
git rm -rf --cached .
git add .
git commit -m "I just updated ignore with..."
- Setting Up Summit Events After Installing Package
- Steps To Do Before You Start Using Summit Events
- Setup Contact Matching
- Setup Lead Matching
- Create an Event
- Create an Event Instance
- View and Edit Event Registration
- Create Event Appointment Types and Manage Event Appointments
- Create an Event Host
- Create an Event Email