- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
GitHub and ServiceNow 03: Revert Commits
Step-by-step instructions on reverting a commit and how to resync repo code back with ServiceNow.
In a repo clone, issue the following commands:
1. git log --reflog
2. git revert [the_commit_id_to_remove]
3. git add -u
4. git revert –continue (:wq!)
5. git push
Once the commit is reverted on the git repo and "Apply remote changes" is done from the instance. Both records will go back to a previous version before the changes were made
Each record has associated a history of versions in sys_update_version
Find the version that had the changes and in the Global scope use "revert to this version"
Видео GitHub and ServiceNow 03: Revert Commits канала Ofer Asif
In a repo clone, issue the following commands:
1. git log --reflog
2. git revert [the_commit_id_to_remove]
3. git add -u
4. git revert –continue (:wq!)
5. git push
Once the commit is reverted on the git repo and "Apply remote changes" is done from the instance. Both records will go back to a previous version before the changes were made
Each record has associated a history of versions in sys_update_version
Find the version that had the changes and in the Global scope use "revert to this version"
Видео GitHub and ServiceNow 03: Revert Commits канала Ofer Asif
ServiceNow GitHub Git Source Control RSA ED25519 ECDSA Clone Studio Scoped App Global App SSH Linking to GitHub Branch Stash Repository does not contain an Application file to import" trying to "Import from Source Control Manage stashes apply stash Rebase stash Revert sys_update_version sys_repo_config sys_repo_stash sys_metadata
Комментарии отсутствуют
Информация о видео
23 апреля 2025 г. 1:04:13
00:08:21
Другие видео канала
